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 16SendDebug Minute(lDate) 'Prints 33SendDebug Second(lDate) 'Prints 10
©2024 Blue Polar. All rights reserved.