Share via


AdvancedScheduleMonthlyOccurrence.Day Property

Definition

Gets or sets day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'

public string Day { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="day")]
public string Day { get; set; }
member this.Day : string with 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