Share via


JobResource.StartTime Property

Definition

Gets time at which the job was started in UTC ISO 8601 format.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.startTime")]
public DateTime? StartTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.startTime")>]
member this.StartTime : Nullable<DateTime>
Public ReadOnly Property StartTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to