Commands & Syntax > Commands > System >

www.perfectkeyboard.com

 

Set system TIME - < setsystime >() ... [Pro]

 

Set system TIME
<setsystime>(Hour,Minute,Second)
Available in: Professional edition

Sets system time. Note: This command requires administrator privileges.

 

#

Parameter name

Parameter description

1

Hour

Hour of the newly set system time.

2

Minute

Minute of the newly set system time.

3

Second

Second of the newly set system time.

 

Example (Macro Steps):

 

1

<#> <#> This macro will set system time to 05:00:00

2

Macro execution: ONLY COMMANDS

3

Set system TIME Hour=5, Minute=0, Second=0

Example (Plain Text):

 

<#> This macro will set system time to 05:00:00

<#>

<cmds>

<setsystime>(5,0,0)