blazor-devexpress-dot-blazor-8912774d.md
Lists weeks in a month in which appointments can occur.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public enum SchedulerWeekOfMonth
| Name | Description | Value |
|---|---|---|
None |
The week in a month does not affect the recurrence rule.
|
0
|
| First |
The recurrent appointment occurs on the specified day or days of the first week in the month.
|
1
|
| Second |
The recurrent appointment occurs on the specified day or days of the second week in the month.
|
2
|
| Third |
The recurrent appointment occurs on the specified day or days of the third week in the month.
|
3
|
| Fourth |
The recurrent appointment occurs on the specified day or days of the fourth week in the month.
|
4
|
| Last |
The recurrent appointment occurs on the specified day or days of the last week in the month.
|
5
|
The following properties accept/return SchedulerWeekOfMonth values:
See Also