A newer version of this page is available.
Switch to the current version.
AppointmentFormTemplateContainer.RecurrenceWeekOfMonth Property
Gets the occurrence number of the week in a month for the recurrence pattern.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public WeekOfMonth RecurrenceWeekOfMonth { get; }
Public ReadOnly Property RecurrenceWeekOfMonth As WeekOfMonth
Property Value
Type | Description |
---|---|
WeekOfMonth | A WeekOfMonth enumeration value that specifies a particular week in every month. |
Remarks
The RecurrenceWeekOfMonth property specifies the week in a month that the occurrences will occur in. Then the AppointmentFormTemplateContainer.RecurrenceWeekDays property indicates the days in these weeks that the occurrences will occur on.
See Also
Feedback