Back to Devexpress

RecurrenceInfo.WeekOfMonth Property

maui-devexpress-dot-maui-dot-scheduler-dot-recurrenceinfo-63cb12da.md

latest1.3 KB
Original Source

RecurrenceInfo.WeekOfMonth Property

Gets or sets the number of the week in a month in which a recurrent appointment occurs.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public WeekOfMonth WeekOfMonth { get; set; }

Property Value

TypeDescription
WeekOfMonth

The value that specifies the number of the week in a month.

|

Available values:

NameDescription
None

Specifies neither week in the month.

| | First |

The first week in the month.

| | Second |

The second week in the month.

| | Third |

The third week in the month.

| | Fourth |

The fourth week in the month.

| | Last |

The last week in the month.

|

Implements

WeekOfMonth

See Also

RecurrenceInfo Class

RecurrenceInfo Members

DevExpress.Maui.Scheduler Namespace