Minute Function
SyntaxGroupMinute(dateexpr)
Time/DateDescription
Return the minute of the hour (0 to 59).
See Also
Parameters Description dateexpr Return the minute of the hour for this date value. If this value is Null then Null is returned.
Hour( ), Second( ), Time( )
Sub Main Debug.Print Minute(#12:00:01 AM#) ' 0 End Sub