Compartilhar via


ScheduleItem.StartDay Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to