Specifies daily recurrence patterns.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum DailyRecurrence |
Visual Basic
![]() |
---|
Public Enum DailyRecurrence |
Member name | Value | Description | |
---|---|---|---|
![]() |
ByDayInterval |
0 | Repeats the item at regular intervals specified in the Recurrence.Days property. |
![]() |
EveryWorkday |
1 | Repeats the item each workday, Monday through Friday. |
![]() |
EveryWeekend |
2 | Repeats the item each Saturday and Sunday. |