Back to Index

Weekly schedule using UTC time. True when the day mask and time window are active.

Signature

WEEKLY_UTC(mask, h1,m1, h2,m2, &q);

Example

// Weekdays 08:00-18:00 UTC
WEEKLY_UTC(0b0011111, 8,0, 18,0, active);