DayOfWeek (TimeZone)
Last modified: February 08, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The DayOfWeek element represents the day of the week on which the time zone transition occurs.
<DayOfWeek>...</DayOfWeek>
DayOfWeekType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
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 this element:
|
|
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 this element:
|
|
Represents a time zone transition that occurs on the same day each year. |
Text Value
A text value is required. The text value is represented by an enumeration that has the following possible values:
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Day
Weekday
WeekendDay
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 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.
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services of the Client Access server.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |
See Also