SetSystemTime

Sets the time in the operating system's clock.

Function Group Execution Windows Embedded Thin Client
SetSystemTime Date & Time Synchronous Supported Supported Supported

Syntax

SetSystemTime( strTime )
strTime
The time in HH:MM:SS format in which to set the clock.

Returned value

No Returned Value.

Examples

Tag Name Expression
  SetSystemTime( "15:45:18" ) // Sets the system clock to 3:45:18 PM.