Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
Minute(
time
)
Remarks
The time argument is any expression that can represent a time. If time contains Null, Null is returned.
The following example uses the Minute function to return the minute of the hour:
Dim MyVar
MyVar = Minute(Now)