Scalar function that returns the system time.
Supported in SQL: |
Yes |
Supported in Navigational: |
Yes |
Syntax
TIME()à cTimeString
Return Values
TIME() returns the system time as a character string in the form hh:mm:ss. hh is hours in 24-hour format, mm is minutes, and ss is seconds.
See Also