HTBasic Help
×
Menu
Index

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: