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


ITimeExtent.EndTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeExtent Interface > ITimeExtent.EndTime Property
ArcGIS Developer Help

ITimeExtent.EndTime Property

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*

Product Availability

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

See Also

ITimeExtent Interface