This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeReference Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the Time Reference.
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.
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 and Classes | Description |
---|---|
TimeReference | An object that represents a time reference, including a time zone. |