Everyday constant

SearchDayGroup const Everyday

Every day of the week

Implementation

static const Everyday =
    SearchDayGroup(1 << 1 | 1 << 2 | 1 << 3 | 1 << 4 | 1 << 5 | 1 << 6 | 1);