SchedulerInformation.ScheduledAt Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to