Skip to main content
A newer version of this page is available. .

SchedulerWeekOfMonth Enum

Lists weeks in a month in which appointments can occur.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum SchedulerWeekOfMonth

Members

Name Description
None

The week in a month does not affect the recurrence rule. Corresponds to 0.

First

The recurrent appointment occurs on the specified day or days of the first week in the month. Corresponds to 1.

Second

The recurrent appointment occurs on the specified day or days of the second week in the month. Corresponds to 2.

Third

The recurrent appointment occurs on the specified day or days of the third week in the month. Corresponds to 3.

Fourth

The recurrent appointment occurs on the specified day or days of the fourth week in the month. Corresponds to 4.

Last

The recurrent appointment occurs on the specified day or days of the last week in the month. Corresponds to 5.

Related API Members

The following properties accept/return SchedulerWeekOfMonth values:

See Also