Occurrence (Time Zone Transition)

The Occurrence element represents the occurrence of the day of the week in the month that the time zone transition occurs.

<Occurrence/>

int

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

Element Description
RecurringDayTransition
Represents a time zone transition that occurs on the same day each year.

Text value

The text value is an integer that represents the occurrence of the day of the week in the month that the time zone transition occurs. The following table lists the possible values.

Value Description
1
The first occurrence of the specified day of the week from the beginning of the month.
2
The second occurrence of the specified day of the week from the beginning of the month.
3
The third occurrence of the specified day of the week from the beginning of the month.
4
The fourth occurrence of the specified day of the week from the beginning of the month.
-1
The first occurrence of the specified day of the week from the end of the month.
-2
The second occurrence of the specified day of the week from the end of the month.
-3
The third occurrence of the specified day of the week from the end of the month.
-4
The fourth occurrence of the specified day of the week from the end of the month.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also