Specifies how daily recurrence patterns are defined.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum DailyRecurrence |
Visual Basic
![]() |
---|
Public Enum DailyRecurrence |
Member name | Description | |
---|---|---|
![]() |
ByDayInterval |
Repeats the item after every number of days specified in the Recurrence.Days property. |
![]() |
EveryWeekend |
Repeats the item each Saturday and Sunday. |
![]() |
EveryWorkday |
Repeats the item each workday, Monday through Friday. |