Back to Index

Checks whether the current day-of-week (Mon=0..Sun=6) is present in a bitmask.

Signature

DOW_IN(mask, &q);

Example

// Weekdays mask: Mon-Fri
DOW_IN(31, isWeekday);