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


IJobInfo.EndingTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJobInfo.EndingTime Property

Time when job execution ended.

[Visual Basic .NET]
Public Property EndingTime As DateTime
[C#]
public DateTime EndingTime {get; set;}
[C++]
HRESULT get_EndingTime(
  DATE* Time
);
[C++]
HRESULT put_EndingTime(
  DATE Time
);
[C++]

Parameters Time [out, retval] Time is a parameter of type DATE Time [in] Time is a parameter of type DATE

Product Availability

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

See Also

IJobInfo Interface