Time
From SCAR Divi Manual
Definition
function Time: Double;
Availability
SCAR Divi 3.00 > Current
Description
Returns a timestamp representing the current time.
Example
begin WriteLn(TimeToStr(Time)); end.
function Time: Double;
SCAR Divi 3.00 > Current
Returns a timestamp representing the current time.
begin WriteLn(TimeToStr(Time)); end.