Specifies the day of the week. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its members.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum DaysOfWeek |
Visual Basic
![]() |
---|
Public Enum DaysOfWeek |
Member name | Value | Description | |
---|---|---|---|
![]() |
None |
0 | Indicates an undefined day value. |
![]() |
Sunday |
1 | Indicates Sunday. |
![]() |
Monday |
2 | Indicates Monday. |
![]() |
Tuesday |
4 | Indicates Tuesday. |
![]() |
Wednesday |
8 | Indicates Wednesday. |
![]() |
Thursday |
16 | Indicates Thursday. |
![]() |
Friday |
32 | Indicates Friday. |
![]() |
Saturday |
64 | Indicates Saturday. |
![]() |
All |
127 | Indicates all days of the week. |