Returns the minute from the time specified.
time: (Time) The time from which the minute is extracted.
minute( time )
Integer
You can experiment with this function in the test box below.
Test Input
TEST
Test Output
minute(time(14,20,23)) returns 20
minute(time(14,20,23))
20
On This Page