Specifies how daily recurrence patterns are defined.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum DailyRecurrence |
Visual Basic Copy Code |
---|
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. |
Scheduling for .NET MAUI Guide | © 2023 MindFusion |