Share via


JobScheduleExecutionInformation.EndTime Property

Definition

Gets or sets the time at which the schedule ended.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is set only if the Job Schedule is in the completed state.

Applies to