TIME$ (statement)
From QB64 Wiki
The TIME$ statement changes the computer clock time to another STRING value .
- TIME$ = "12:23:33"
- The string value or variable must have the value formatted correctly.
- The seconds value can be omitted and one colon can be used.
- The TIME$ function can preserve the original time to reset later.
- Keyword Not Supported in Linux or MAC versions
See also: