Min$
Date/Time function
The Min$ function returns the minutes portion of the current time as a two character string.
Syntax
a$=Min$()
Return value
a$, minutes number returned as a string; if the value is less than 10, a leading 0 is added. a$ is always two characters long.
Example
a$=Min$() 'if its 9:08 am, a$ contains "08"