IRecurrenceScheduleOccurrence.Day Property

Definition

The day of the week.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The day of the week.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek) }, ReadOnly=false, Required=false, SerializedName="day")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek? Day { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The day of the week.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek) }, ReadOnly=false, Required=false, SerializedName="day")>]
member this.Day : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek> with get, set
Public Property Day As Nullable(Of DayOfWeek)

Property Value

Attributes

Applies to