Time Function

Returns the internal system time.

Syntax

Time ( )

Remarks

The internal time is taken from the computer on which the engine tier resides, and is returned as the number of seconds since midnight to the nearest thousandth of a second.

Example

This is an example of the current system wall clock time being assigned to a variable:

TimeInSecs = Int(Time())      ;* remove any fractional part