ArcObjects Library Reference (System)  

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