Specifies the day of the week.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
All |
Value: 0x7F. Indicates all days of the week. |
![]() |
Friday |
Value: 0x20. Indicates Friday. |
![]() |
Monday |
Value: 0x2. Indicates Monday. |
![]() |
None |
Value: 0x0. Indicates an undefined day value. |
![]() |
Saturday |
Value: 0x40. Indicates Saturday. |
![]() |
Sunday |
Value: 0x1. Indicates Sunday. |
![]() |
Thursday |
Value: 0x10. Indicates Thursday. |
![]() |
Tuesday |
Value: 0x4. Indicates Tuesday. |
![]() |
Wednesday |
Value: 0x8. Indicates Wednesday. |
This enumeration is defined as Flag that allows a bitwise combination of its member values.