Back to Index

True when the current UTC time is inside a window. Handles windows crossing midnight.

Signature

TIME_WINDOW_UTC(h1,m1, h2,m2, &q);

Example

TIME_WINDOW_UTC(8,0, 18,0, active);
if (active) { out(1)=1; }