1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 12:20:22 +00:00
qb64/internal/help/TIME$_(statement).txt

20 lines
543 B
Plaintext
Raw Normal View History

The '''TIME$''' statement changes the computer clock time to another [[STRING]] value .
{{PageSyntax}}
2019-04-15 01:15:33 +00:00
:: 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.
* [[Keywords_currently_not_supported_by_QB64#Keywords_Not_Supported_in_Linux_or_MAC_OSX_versions|Keyword Not Supported in Linux or MAC versions]]
''See also:''
* [[TIME$]], [[DATE$]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}