Skip to main content

SchedulerWeekOfMonth Enum

Lists weeks in a month in which appointments can occur.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum SchedulerWeekOfMonth

Members

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

Related API Members

The following properties accept/return SchedulerWeekOfMonth values:

See Also