Provides access to members that control the Time Zone Rule.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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. |
CoClasses that implement ITimeZoneRule
CoClasses and Classes | Description |
---|---|
TimeZoneRule | An object that represents a time zone dynamic adjustments rule. |