To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
TIME$ - Returns a formatted time of day string.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
TIME$
Returns a formatted time of day string.
TIME$( numeric-expression )
Usage:
PRINT TIME$(TIMEDATE)
Later$=TIME$(Sec+3600)
Example:
TIME$.BAS
Description:
TIME$
takes a numeric-expression representing seconds past midnight and forms a time of day string with the format HH:MM:SS. If
TIMEDATE
is used as the argument, then
TIME$
returns the current time of day.
See Also:
DATE
,
DATE$
,
TIME
,
SET TIME
,
SET TIMEDATE
,
TIMEDATE