ArcObjects Library Reference (System)  

ITimeZoneRule Interface

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
Read/write property BiasFromUTC The time zone bias from UTC in minutes. LocalTime = UtcTime + BiasFromUTC.
Read/write property DaylightTimeBias The bias to be used during daylight time. This bias is relative to the time zone's BiasFromUTC.
Read/write property DaylightTimeTransitionTime Date for transition to daylight time.
Read/write property StandardTimeBias The bias to be used during Standard time. This bias is relative to the time zone's BiasFromUTC.
Read/write property StandardTimeTransitionTime Date for transition to standard time.
Read/write property 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.