This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeExtent Interface > ITimeExtent.EndTime Property (ArcObjects .NET 10.5 SDK) |
The time extent's end time.
[Visual Basic .NET] Public Property EndTime As ITime
[C#] public ITime EndTime {get; set;}
[C++]
HRESULT get_EndTime(
ITime** EndTime
);
[C++]
HRESULT put_EndTime(
ITime* EndTime
);
[C++]
Parameters EndTime [out, retval]
EndTime is a parameter of type ITime EndTime [in]
EndTime is a parameter of type ITime