Share via


MaintenanceWindowTimeRange.DayOfWeek Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to