This document is archived and information here might be outdated.  Recommended version.


ITimeValue Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeValue Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement ITimeValue

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