|
|||||
function | UTIL_GetMilliSecondTimer |
Other Library Functions |
Library: System Utilities
Include: omutil.xin |
Returns: Numeric
The number of milliseconds since the epoch. |
define external counter function UTIL_GetMilliSecondTimer
This function returns the system timer value in millisecond units. The basis for the timer value are system dependent and, because the results may not represent any absolute time, this function should only be used comparatively to evaluate time intervals.
Example:
set LapsedTime to UTIL_GetMilliSecondTimer
Other Library Functions UTIL_ExpRand UTIL_GetEnv UTIL_GetMilliSecondTimer UTIL_GetProcessId UTIL_LibraryVersion UTIL_Rand UTIL_Sleep UTIL_Srand UTIL_UniformRand |
---- |