Share via


JobDeliveryInfo.ScheduledDateTime Property

Definition

Gets or sets scheduled date time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to