Bagikan melalui


JobPropertiesExecutionInfo.EndTime Property

Definition

Gets end time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The time at which the job completed. This property is only returned if the job is in completed state.

Applies to