Type
Time Function

Purpose
The minutes function extracts the minutes from a time value expressed in a 24-hour format.

Syntax
minutes( TIME VALUE)

Returns
An integer value from 00 to 59.

Examples
minutes( 12: 00: 00)
Returns: 00

minutes( 23: 59: 00)
Returns: 59