Share via


JobExecutionInformation.StartTime Property

Definition

Gets or sets the start time of the Job.

[Newtonsoft.Json.JsonProperty(PropertyName="startTime")]
public DateTime StartTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startTime")>]
member this.StartTime : DateTime with get, set
Public Property StartTime As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is the time at which the Job was created.

Applies to