[]
Specifies the set of week days.
public enum WeekDays
Name | Description |
---|---|
Everyday | Specifies every day of the week. |
Friday | Specifies the Friday. |
Monday | Specifies the Monday. |
None | No days in the set. |
Saturday | Specifies the Saturday. |
Sunday | Specifies the Sunday. |
Thursday | Specifies the Thursday. |
Tuesday | Specifies the Tuesday. |
Wednesday | Specifies the Wednesday. |
Weekends | Specifies the Sunday and Saturday. |
Workdays | Specifies all days excepts weekends. |