WeekOfMonth Enum
Lists weeks in a month in which the event will occur.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
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. |
#Passed To
You can pass WeekOfMonth values to the following properies:
#Remarks
Use the WeekOfMonth 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.