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


IMapTimeDescription.TimeValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDescription Interface > IMapTimeDescription.TimeValue Property
ArcGIS Developer Help

IMapTimeDescription.TimeValue Property

Time value that will be used by the time aware content of the map.

[Visual Basic .NET]
Public Property TimeValue As ITimeValue
[C#]
public ITimeValue TimeValue {get; set;}
[C++]
HRESULT get_TimeValue(
  ITimeValue** TimeValue
);
[C++]
HRESULT putref_TimeValue(
  ITimeValue* TimeValue
);
[C++]
Parameters
TimeValue [out, retval]

TimeValue is a parameter of type ITimeValue** TimeValue [in]
TimeValue is a parameter of type ITimeValue*

Product Availability

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

See Also

IMapTimeDescription Interface