ArcObjects Library Reference (System)  

ITimeValue Interface

Provides access to members that control the Time Value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface allows you to access the TimeReference for a given time value.  It provides a way to get the time value's time reference, and also change the time reference by projecting the value into a different temporal reference.

Members

Description
Method Project Projects this time value from its time reference, to a given time reference.
Method ProjectFromUTC Projects this time value from UTC, to its time reference.
Method ProjectToUTC Projects this time value from its time reference, to UTC.
Read/write property TimeReference The time reference associated with the time value.

CoClasses that implement ITimeValue

CoClasses and Classes Description
TimeExtent An object that represents a time-referenced time extent.
TimeInstant An object that represents a time-referenced instant in time.