Back to Index
Definition: min() — Allowed: no arguments; Not allowed: any arguments.
min()
Returns the local minute (0-59). Returns -1 if local time is not available.
if (min() == 0) { logn("Top of the hour"); }