Provides access to members that control the Time Reference.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The ITimeReference interface provides analogous functionality to the spatial reference. It provides a context for the scalar value contained in ITimeValue. It stores all of the time zone information and all of the daylight savings time information related to a system of time. Note that the TimeZoneInfo can contain several years worth of rules, which are different from one year to the next.
Members
Description | ||
---|---|---|
Project | Projects a given time, from this time reference, to a given time reference. | |
ProjectFromUTC | Projects a given time, from UTC to this time reference. | |
ProjectToUTC | Projects a given time, from this time reference, to UTC. | |
RespectsDaylightSavingTime | Indicates whether the time reference respects daylight saving time. | |
RespectsDynamicAdjustmentRules | Indicates whether the time reference respects dynamic adjustment rules. | |
TimeZoneInfo | The time zone information associated with the time reference. |
CoClasses that implement ITimeReference
CoClasses and Classes | Description |
---|---|
TimeReference | An object that represents a time reference, including a time zone. |