Back to Index
Checks whether the current day-of-week (Mon=0..Sun=6) is present in a bitmask.
DOW_IN(mask, &q);
// Weekdays mask: Mon-Fri DOW_IN(31, isWeekday);