次の方法で共有


ReservationSummaries.ReservedHours プロパティ

定義

これは予約された合計時間数を取得します。 たとえば、1 つのインスタンスの予約が午後 1 時に行われた場合、その日は 11 時間、後続の日から 24 時間になります

[Newtonsoft.Json.JsonProperty(PropertyName="properties.reservedHours")]
public decimal? ReservedHours { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.reservedHours")>]
member this.ReservedHours : Nullable<decimal>
Public ReadOnly Property ReservedHours As Nullable(Of Decimal)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象