This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Time Zone Rule.
ITimeZoneRule provides the detailed time zone and daylight savings time rules for a specific year. It includes the time difference between this time zone and UTC, the amount of shift during daylight savings time, the start date of daylight savings time, and the end date of daylight savings time.
Name | Description | |
---|---|---|
BiasFromUTC | The time zone bias from UTC in minutes. LocalTime = UtcTime + BiasFromUTC. | |
DaylightTimeBias | The bias to be used during daylight time. This bias is relative to the time zone's BiasFromUTC. | |
DaylightTimeTransitionTime | Date for transition to daylight time. | |
StandardTimeBias | The bias to be used during Standard time. This bias is relative to the time zone's BiasFromUTC. | |
StandardTimeTransitionTime | Date for transition to standard time. | |
Year | The year this rule is in effect. |
Classes | Description |
---|---|
TimeZoneRule | An object that represents a time zone dynamic adjustments rule. |