Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the minutes portion of a time.

Namespace

datetime

Input

time(time)

Output

minutes(int)

Example

If basetime contains the time 22:30:52, then the two following functions are equivalent, and return the value 30:

...