Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
General Reference
Reference
 StandardTime Element
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
StandardTime Element (Regional Settings)

Used in TIMEZONE.XML (\\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG) to contain both the bias in minutes that standard time for a time zone differs from Coordinated Universal Time (UTC), and the date on which standard time begins.

<StandardTime>
  <Bias>
  </Bias>
  <Date>
  ...
  </Date>
</StandardTime>
Attribute Description

None

N/A

Minimum: 0

Maximum: 1

The following example from the file TIMEZONE.XML uses the StandardTime element to specify the date and time on which standard time begins for a time zone.

Xml
<StandardTime>
   <Bias>0</Bias>
   <Date>
      <Month>9</Month>
      <Day>4</Day>
      <Hour>2</Hour>
      <DayOfWeek>2</DayOfWeek>
   </Date>
</StandardTime>
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker