DaylightTime Element
The DaylightTime element contains the date and time on which daylight time begins for a time zone.
Syntax
<DaylightTime>
</DaylightTime>
Element Relationships
Parent Elements | Child Elements |
---|---|
TimeZone | Bias, 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>