DaylightTime Element (Regional Settings)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Used in TIMEZONE.XML (\\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG) to contain the date and time on which daylight saving time begins for a time zone.

<DaylightTime>
  <Bias>
    </Bias>
  <Date>
  ...
  </Date>
</DaylightTime>

Attributes

Attribute

Description

None

N/A

Child Elements

Bias, Date

Parent Elements

History, TimeZone

Occurrences

Minimum: 0

Maximum: 1

Example

The following example from the file TIMEZONE.XML uses the DaylightTime element to specify 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>