TimeInWeek.Day Property

Definition

Gets or sets the day of the week. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'

[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