IRecurrenceScheduleOccurrence.Day Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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