Back to Index

Definition: min() — Allowed: no arguments; Not allowed: any arguments.

Returns the local minute (0-59). Returns -1 if local time is not available.

Example

if (min() == 0) {
  logn("Top of the hour");
}