ISchedulerJob.SubmitTime Property

Definition

Retrieves the time that the job was submitted.

public DateTime SubmitTime { get; }
member this.SubmitTime : DateTime
Public ReadOnly Property SubmitTime As DateTime

Property Value

The job submit time. The value is in Coordinated Universal Time. The value is MinValue if the job has not been submitted (see SubmitJob(ISchedulerJob, String, String)).

Applies to