ArcObjects Library Reference (Display)  

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 (Code Files: CustomTimeSliderButton)