This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITimeDisplay Interface > ITimeDisplay.TimeValue Property (ArcObjects .NET 10.4 SDK) |
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