DayOrder

The DayOrder element represents the _n_th occurrence of the day specified in the DayOfWeek (TimeZone) element that represents the date of transition from and to standard time and daylight saving time.

<DayOrder>...</DayOrder>

short

Attributes and elements

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

Attributes

None.

Child elements

None.

Parent elements

Element Description
StandardTime Represents an offset from the time relative to Coordinated Universal Time (UTC) represented by the Bias (UTC) element.
This element also contains information about the transition to standard time from daylight saving time in regions where daylight saving time is observed.
The following are the XPath expressions to the StandardTime element:
/GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/FreeBusyView/WorkingHours/TimeZone/StandardTime
/GetUserAvailabilityRequest/TimeZone/StandardTime
DaylightTime Represents an offset from the time relative to UTC represented by the Bias (UTC) element in regions where daylight saving time is observed.
This element also contains information about when the transition to daylight saving time from standard time occurs.
The following are the XPath expressions to the DaylightTime element:
/GetUserAvailabilityResponse/FreeBusyResponseArray/FreeBusyResponse/FreeBusyView/WorkingHours/TimeZone/DaylightTime
/GetUserAvailabilityRequest/TimeZone/DaylightTime

Text value

A text value is required. The value for the DayOrder element can be 1 through 5. The maximum value for this element can be either 4 or 5, depending on the month and year. A value of 0 is used in the Timezone–StandardTime–DayOrder and Timezone–DaylightTime–DayOrder elements if the timezone does not observe DST.

Remarks

A StandardTime element that contains a DayOrder element that has a value of 5, a Month element that has a value of 10, and a DayOfWeek (TimeZone) element that has a value of Sunday means that the transition from standard time to daylight saving time occurs on the fifth Sunday of the tenth month.

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