MINUTE
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- 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