GetTickCount
Gets the current value of the clock ticks counter.
| Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access | 
|---|---|---|---|---|---|---|
| GetTickCount | System Info | Synchronous | Supported | Supported | Supported | Not supported | 
Syntax
 
 This function takes no parameters.
Returned value
Returns an integer with the number of milliseconds counted by the clock for each initialization of the operational system.
Examples
| Tag Name | Expression | 
|---|---|
| Tag | GetTickCount() // Returned value = 9400907 |