Determines the week in a month in which the appointment will occur.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public enum WeekOfMonthEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration WeekOfMonthEnum |
Members
| Member name | Description | |
|---|---|---|
| First | The recurring appointment will occur on the specified day or days of the first week in the month. | |
| Second | The recurring appointment will occur on the specified day or days of the second week in the month. | |
| Third | The recurring appointment will occur on the specified day or days of the third week in the month. | |
| Fourth | The recurring appointment will occur on the specified day or days of the fourth week in the month. | |
| Last | The recurring appointment will occur on the specified day or days of the last week in the month. |