Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>