TIME$ [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
TIME$
The TIME$ function returns the current system time. The TIME$ function
without an argument returns the time in the form "hh:mm:ss". For
example:
TIME$(0)
returns the time in the NATIVE-3000 format which is "hh.mm AP" where hh
is in 12-hour format and AP is either AM or PM. TIME$ and TIME$(0) are
not the same. TIME$(8) returns the time in the German format "hh.mm"
where hh is in 24-hour format.
Syntax
TIME$[(nl_num_expr)]
Parameters
nl_num_expr A numeric expression that evaluates to a Native Language
ID. When the Native Language ID is not supplied, the
current default value is used.
MPE/iX 5.0 Documentation