Bagikan melalui


ReservationProperties.EffectiveDateTime Property

Definition

Gets or sets dateTime of the Reservation starting when this version is effective from.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to