Difference between revisions of "GetSystemTime"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function GetSystemTime: Integer; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Returns the time the mach...") |
(No difference)
|
Revision as of 23:45, 26 June 2011
Definition
function GetSystemTime: Integer;
Availability
SCAR Divi 3.00 > Current
Description
Returns the time the machine has been running in milliseconds.
Aliases
- GetTickCount
Example
begin WriteLn(GetSystemTime); end.