Day Element

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

Syntax

<Day>
</Day>

Element Relationships

Parent Elements
Date

Example

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

<DaylightTime>
   <Bias>-60</Bias>
   <Date>
      <Month>3</Month>
      <Day>1</Day>
      <Hour>2</Hour>
   </Date>
</DaylightTime>