To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
TIME - Converts a time-of-day string to seconds after midnight.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
TIME
Converts a time-of-day string to seconds after midnight.
TIME( string-expression )
Usage:
Seconds=TIME(Clock$)
SET TIME TIME("3:56:30")
ON TIME TIME("17:00") RECOVER Athome
Example:
TIME.BAS
Description:
A string expression in the form HH:MM[:SS] is converted into an equivalent number of seconds past midnight in the range 0 through 86,399. Leading blanks and non-numeric characters are ignored.
See Also:
DATE
,
DATE$
,
TIME$
,
SET TIME
,
SET TIMEDATE
,
TIMEDATE