Weekdays constant
SearchDayGroup
const Weekdays
Weekdays from Monday to Friday.
Implementation
static const Weekdays =
SearchDayGroup(1 << 1 | 1 << 2 | 1 << 3 | 1 << 4 | 1 << 5);
Weekdays from Monday to Friday.
static const Weekdays =
SearchDayGroup(1 << 1 | 1 << 2 | 1 << 3 | 1 << 4 | 1 << 5);