MonthlyRecurrenceControl.ClientWeekOfMonth Property
Gets the number of the week in a month, specified on the client side.
Namespace: DevExpress.Web.ASPxScheduler.Controls
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
| Type | Description |
|---|---|
| WeekOfMonth | 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
