1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 14:41:21 +00:00
QB64-PE/internal/help/TIME$_(statement).txt
2019-04-14 22:15:33 -03:00

20 lines
543 B
Plaintext

The '''TIME$''' statement changes the computer clock time to another [[STRING]] value .
{{PageSyntax}}
:: 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$]]
{{PageNavigation}}