SchedulerInformation.SubmittedAt Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to