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


IJobInfo.StartingTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJobInfo.StartingTime Property

Time when the job execution started.

[Visual Basic .NET]
Public Property StartingTime As DateTime
[C#]
public DateTime StartingTime {get; set;}
[C++]
HRESULT get_StartingTime(
  DATE* Time
);
[C++]
HRESULT put_StartingTime(
  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