TimeInWeek.HourSlots Property

Definition

Gets or sets each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time range.

[Newtonsoft.Json.JsonProperty(PropertyName="hourSlots")]
public System.Collections.Generic.IList<int?> HourSlots { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hourSlots")>]
member this.HourSlots : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property HourSlots As IList(Of Nullable(Of Integer))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to