Function
EN
Version 10.04
@GetTickCount
Misc
System
Syntax
@GetTickCount
Description
Returns the milliseconds (ms) elapsed since system startup as FN is returned.
The resolution depends on the system and is typically between 10 and 16 ms.
Example: @GetTickCount(COUNT1)
TickCount:=@GetTickCount;
@LogReport(TickCount);
returns, for example:
57600000 if the system has been running for 16 hours.
Note : This text was machine-translated and may contain inaccuracies.
