Enum RecurrenceRuleWeekday
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the days of the week for scheduling recurrent events.
public enum RecurrenceRuleWeekday
Fields
Monday = 0
The scheduled event repeats on mondays.
Tuesday = 1
The scheduled event repeats tuesdays.
Wednesday = 2
The scheduled event repeats wednesdays.
Thursday = 3
The scheduled event repeats thursdays.
Friday = 4
The scheduled event repeats fridays.
Saturday = 5
The scheduled event repeats saturdays.
Sunday = 6
The scheduled event repeats sundays.