Provides access to members that control the time zone information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ITimeZoneInfo contains all of the time zone and daylight savings time information relevant in a specific geographic region. In a given region, the rules for daylight savings time can change from year to year. Therefore, the ITimeZoneInfo interface provides a way to store and retrieve several years of different daylight savings time rules. When accessing several years of rules, you can start at the first rule year and repeatedly getting the "next rule year" until you reach the "last rule year".
Members
Description | ||
---|---|---|
AddDynamicRule | Adds a dynamic adjustment to the time zone. | |
CustomDescription | Custom description for the time zone. | |
DaylightTimeName | The time zone name during daylight time. | |
DefaultRule | The default time zone adjustment rule. | |
DisplayName | Descriptive display name of the time zone. | |
DynamicRule | The dynamic adjustment rule for a specific year. | |
DynamicRulesCount | Number of dynamic adjustment rules for the time zone. | |
FirstDynamicRuleYear | The first dynamic adjustment rule year. | |
LastDynamicRuleYear | The last dynamic adjustment rule year. | |
NextDynamicRuleYear | The next dynamic adjustment rule year that cyclicly proceeds the given dynamic adjustment rule year. | |
StandardTimeName | The time zone name during standard time. | |
WindowsID | Time zone Windows ID name. |
CoClasses that implement ITimeZoneInfo
CoClasses and Classes | Description |
---|---|
TimeZoneInfo | An object that represents a time zone information. |