Skip to main content

MonthlyRecurrenceControl.WeekOfMonth Property

Gets or sets the number of the week in a month when an appointment is scheduled.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(WeekOfMonth.None)]
public WeekOfMonth WeekOfMonth { get; set; }

Property Value

Type Default Description
WeekOfMonth None

A WeekOfMonth enumeration member, specifying the week in a month.

Available values:

Name Description
None

There isn’t any recurrence rule based upon the weeks in a month.

First

The recurring event will occur once a month, on the specified day or days of the first week in the month.

Second

The recurring event will occur once a month, on the specified day or days of the second week in the month.

Third

The recurring event will occur once a month, on the specified day or days of the third week in the month.

Fourth

The recurring event will occur once a month, on the specified day or days of the fourth week in the month.

Last

The recurring event will occur once a month, on the specified day or days of the last week in the month.

Remarks

MonthlyRecurrenceWeekOfMonth

The client-side setting is available via the MonthlyRecurrenceControl.ClientWeekOfMonth property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WeekOfMonth property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also