getTickCount
|
The getTickCount function returns the number of seconds,
which have elapsed since the number argument {beginTime}. Usage The getTickCount function is typically used to get elapsed time for an
operation. The getTickCount function is called before the operation
is performed to get a baseline time, and then it is called again, after the
operation is performed to return the elapsed time.
(getTickCount beginTime ) If the {beginTime} argument is 0, then the return value is the number of seconds
elapsed after the machine was booted. If the {beginTime} argument is not zero,
then the return value will be the number of seconds elapsed after the number argument.
Expression:
Arguments
Name
Type
Description Argument: beginTime Number
A number.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|