$system time get/set

Allows you to get or change the current time from the operating system.


Example

Running this code will get the current system date and time, showing it in the alert box.

This is shown above the UBot browser.

This is shown in the alert box.

ui button("Get Time") {
    alert($plugin function("OS Automation.dll", "$system time get/set", "4|18|2014", "21:25:35", "Get"))
}

Was this helpful?