Minute

Public Function Minute(ByVal InputTime As Date) As Long

Returns the minutes part of the specified date/time

Dim lTime As Date = #16:33:10#
SendDebug Hour(lDate) 'Prints 16
SendDebug Minute(lDate) 'Prints 33
SendDebug Second(lDate) 'Prints 10

See also: