An object that represents a time zone information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The TimeZoneInfo is a class that has details about the time zone and the rules used to determine the beginning and ending for daylight savings time. It also contains details such as the number of hours difference between this particular time zone and Coordinated Universal Time (UTC). The class can include several instances of the TimeZoneRule class which contains all of the daylight savings time rules for a single year. In this manner, the TimeZoneInfo class can contain all of the historical daylight savings time rules that were used in a region throughout history.
Interfaces
Interfaces | Description |
---|---|
IClone | Provides access to members that control cloning of objects. |
IDocumentVersionSupportGEN | Provides access to extend the IObjectStream interface with methods to hande saving objects that did not exist in previous versions of the software. |
IPersistStream | |
ITimeZoneInfo | Provides access to members that control the time zone information. |
IXMLSerialize | Provides access to members that XML serialize and deserialize an object to/from XML. |
IXMLVersionSupport | Provides access to members that help in serializing an object to different namespaces (versions). |