maui-devexpress-dot-maui-dot-scheduler-b1c0e670.md
Lists values that specify the serial number of the week in a particular month.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public enum WeekOfMonth
| Name | Description |
|---|---|
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.
|
The following properties accept/return WeekOfMonth values:
See Also