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


IMapTimeDisplay.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 > IMapTimeDisplay Interface > IMapTimeDisplay.TimeValue Property
ArcGIS Developer Help

IMapTimeDisplay.TimeValue Property

The time extent for which the data is displayed in the map.

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

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

Product Availability

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

See Also

IMapTimeDisplay Interface