Back to Devexpress

WeekOfMonth Enum

corelibraries-devexpress-dot-xtrascheduler-504a48ea.md

latest3.2 KB
Original Source

WeekOfMonth Enum

Lists the week in a month in which the event will occur.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public enum WeekOfMonth
vb
Public Enum WeekOfMonth

Members

NameDescription
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.

|

The following properties accept/return WeekOfMonth values:

LibraryRelated API Members
Cross-Platform Class LibraryIRecurrenceInfo.WeekOfMonth
RecurrenceInfo.WeekOfMonth
WinForms ControlsWeekOfMonthEdit.WeekOfMonth
ASP.NET Web Forms ControlsAppointmentFormTemplateContainer.RecurrenceWeekOfMonth
MonthlyRecurrenceControl.ClientWeekOfMonth
MonthlyRecurrenceControl.WeekOfMonth
YearlyRecurrenceControl.ClientWeekOfMonth
YearlyRecurrenceControl.WeekOfMonth
ASP.NET MVC ExtensionsAppointmentRecurrenceFormSettings.WeekOfMonth

Remarks

Use this enumeration’s members to specify the week types used to compose a recurrence pattern. This enumeration’s values are used by the RecurrenceInfo.WeekOfMonth property.

See Also

WeekOfMonth

Appointments

DevExpress.XtraScheduler Namespace