Compartilhar via


ScheduleItem.StopDay Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to