Sdílet prostřednictvím


WeeklySchedule.Day Property

Definition

Gets or sets indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english

[Newtonsoft.Json.JsonProperty(PropertyName="day")]
public string Day { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="day")>]
member this.Day : string with get, set
Public Property Day As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to