ArcObjects Library Reference (System)  

ITimeReference Interface

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
Method Project Projects a given time, from this time reference, to a given time reference.
Method ProjectFromUTC Projects a given time, from UTC to this time reference.
Method ProjectToUTC Projects a given time, from this time reference, to UTC.
Read/write property RespectsDaylightSavingTime Indicates whether the time reference respects daylight saving time.
Read/write property RespectsDynamicAdjustmentRules Indicates whether the time reference respects dynamic adjustment rules.
Read/write property 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.