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