Specifies the interval at which recurring events occur.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum RecurrencePattern |
Visual Basic
![]() |
---|
Public Enum RecurrencePattern |
Member name | Value | Description | |
---|---|---|---|
![]() |
Daily |
0 | Repeats an event every day. |
![]() |
Weekly |
1 | Repeats an event every week. |
![]() |
Monthly |
2 | Repeats an event every month. |
![]() |
Yearly |
3 | Repeats an event every year. |
![]() |
ByTimeInterval |
4 | Repeats an event over a specified time interval. |
These values are assigned to the Pattern property of the Recurrence class.