Bagikan melalui


ReservationOrderResponse.CreatedDateTime Property

Definition

Gets or sets this is the DateTime when the reservation was created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to