MINUTE

Returns the minute component of a specific time as an integer

Usage examples 

  • MINUTE("11:50")

  • MINUTE(tableA.fieldB)

Syntax 

MINUTE ( time_serial_num )

  • time_serial_num - the time from which to calculate the minute

Returns 

number - the minute of the time.

Functions reference