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


IJobInfo.SubmittingTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobInfo Interface > IJobInfo.SubmittingTime Property
ArcGIS Developer Help

IJobInfo.SubmittingTime Property

Time when the job was submitted.

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