MinuteOfHour
Summary
The MinuteOfHour
function returns the minute value of the specific date/time.
Syntax
MinuteOfHour(<datetime or time>) |
Return Type
Integer
Details
Examples
MinuteOfHour(ToDateTime( '2014-01-01T20:15:23' )) 15 MinuteOfHour(ToTime( '13:50:31' )) 50 |
Related Functions