Time$ Function
Returns the current system time.
Syntax
Time$
Return Values
Returns the time as a string in 24-hour notation.
The format is hh:mm:ss [hours:minutes:seconds].
See Also
Date, Date$, Time
Time$ Function Example
Print "The current time is: ", Time$