Содержание

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

  1. var rtime := RuningTime;