Difference between revisions of "Time"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function Time: Double; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Returns a timestamp representing th...") |
(No difference)
|
Latest revision as of 17:48, 3 July 2011
Definition
function Time: Double;
Availability
SCAR Divi 3.00 > Current
Description
Returns a timestamp representing the current time.
Example
begin WriteLn(TimeToStr(Time)); end.