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

AppointmentRecurrenceFormSettings.WeekOfMonth Property

Gets the occurrence number of the week in a month for the recurrence pattern.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public WeekOfMonth WeekOfMonth { get; set; }

Property Value

Type Description
WeekOfMonth

A WeekOfMonth enumeration value that specifies a particular week in every 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

The RecurrenceWeekOfMonth property specifies the week in a month that the occurrences will occur in. Then, the AppointmentRecurrenceFormSettings.WeekDays property indicates the days in these weeks on which the appointment will recur.

This property corresponds to the RecurrenceInfo.WeekOfMonth property.

The following code snippets (auto-collected from DevExpress Examples) contain references 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