Back to Index

Returns the UTC minute (0-59) extracted from nowutc().

Signature

MIN_UTC(&m);

Example

MIN_UTC(m);
if (m == 0) { logn("Top of hour"); }