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


ITimeDisplay.TimeValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITimeDisplay Interface > ITimeDisplay.TimeValue Property
ArcGIS Developer Help

ITimeDisplay.TimeValue Property

Time Extent for which the data has to be displayed.

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

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

Product Availability

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

See Also

ITimeDisplay Interface

.NET Samples

Make a custom time slider