SchedulerInformation.EndedAt Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to