SetSystemDate

Sets the date in the operating system's clock.

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

Syntax

SetsystemDate( strDate )
strDate
The date in MM/DD/YYYY format in which to set the clock.

Returned value

Returns no values.

Examples

Tag Name Expression
  SetSystemDate( "04/15/2002" ) // Sets the system clock to April 15th 2002.