<setsystime>
Sets system time.
Command Tree
:
System \ Set System Time
.
Syntax
:
<setsystime>(
Hour, Minute, Second
)
Hour
Hour of the newly set system time.
Minute
Minute of the newly set system time.
Second
Second of the newly set system time.
.
.
Example
:
<#> This macro will set system time to 05:00:00
<#>
<setsystime>(5,0,0)