DayOfWeek Element

The DayOfWeek element contains an integer representing the day of the week on which standard time or daylight time begins for a time zone.

Syntax

<DayOfWeek>
</DayOfWeek>

Element Relationships

Parent Elements
Date

Example

The following example from the file TIMEZONE.XML specifies the date and time on which standard time begins for a time zone.

<StandardTime>
   <Bias>0</Bias>
   <Date>
      <Month>9</Month>
      <Day>4</Day>
      <Hour>2</Hour>
      <DayOfWeek>2</DayOfWeek>
   </Date>
</StandardTime>