HOUR
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the hour in the argument as a short integer value in the range of 0-23.
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 HOUR function:
|
Compatibility
ODBC compatible