MINUTE function
This function calculates the minute of an hour from a value of DATE type. Minutes value is between 0 and 59.
The function's parameter is an expression of DATE type.
If the parameter contains a value of DATE type, the result of the function is a value of NUMBER type. If the parameter contains a NULL value, the result of the function is also NULL. Other values are invalid and cause the query to end with an error.
See also: Functions of Query Language