Minute
Function
Returns the minute for the specified time.
Syntax
value = Minute( expression )
Parameters
expression
any expression that resolves to a time HHMM format.
returns
the minute of the given time.
Examples
theMinute = Minute( 1055 ) ' returns 55