Specifies the types of monthly recurrence patterns.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public enum MonthlyRecurrence |
Visual Basic
Copy Code
|
|---|
Public Enum MonthlyRecurrence |
Members| Member name | Description | |
|---|---|---|
![]() |
ByDayNumber |
The event occurs on a specific day of the month. |
![]() |
ByDayType |
The event occurs on a specific type of day of the specified week of the month. |
See Also