This document is archived and information here might be outdated. Recommended version. |
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*