Share via


AdvancedSchedule.WeekDays Property

Definition

Gets or sets days of the week that the job should execute on.

public System.Collections.Generic.IList<string> WeekDays { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="weekDays")]
public System.Collections.Generic.IList<string> WeekDays { get; set; }
member this.WeekDays : System.Collections.Generic.IList<string> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="weekDays")>]
member this.WeekDays : System.Collections.Generic.IList<string> with get, set
Public Property WeekDays As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to