Edit

Office.RecurrenceTimeZone interface

Represents the time zone of the recurrence.

Remarks

[Api set: Mailbox 1.7]

Minimum permission level: read item

Applicable Outlook mode: Compose or Read

Properties

name

Represents the name of the recurrence time zone.

offset

Integer value representing the difference in minutes between the local time zone and UTC at the date that the meeting series began.

Property Details

name

Represents the name of the recurrence time zone.

name: MailboxEnums.RecurrenceTimeZone | string;

Property Value

offset

Integer value representing the difference in minutes between the local time zone and UTC at the date that the meeting series began.

offset?: number;

Property Value

number