Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerWeekOfMonth Enum

Lists weeks in a month in which appointments can occur.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
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