f$Clock (f$Zeitstempel)
f$Clock (f$Zeitstempel)
Retrieve the system time for calculating the runtime of the decision table logic.The value of the system time depends on factors related to the running process. The absolute value should not be used. However, the difference between two values is suitable for qualifying the runtime between the two measurements.
Syntax: | Time = f$Clock() | ||
| Argument | Type | Meaning |
| - |
|
|
Result: | Integer | System time (time in milliseconds since process start) | |
Example: | Time1 = f$Clock( ) | ||