RuningTime
Gets the time of the script running in seconds.
Syntax
function RuningTime: integer;
Returned value
- type: integer
- functions: time of script running in seconds
Examples
var rtime := RuningTime;
en:wascript:pascal:methods:runingtime
Gets the time of the script running in seconds.
function RuningTime: integer;
var rtime := RuningTime;