MINUTE
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns the minute value in the argument as a short integer in the range of 0-59.
Syntax
|
Notes
- The
argument to the function must be of type
TIME. - The argument must be specified in the format HH:MI:SS.
- The result is of type
SHORT. - If the argument expression evaluates to
NULL, the result isNULL.
Example
This
example illustrates the MINUTE function:
|
Compatibility
ODBC compatible