Function MilliSeconds() Foundation
Determines the number of milliseconds that have elapsed since midnight.
MilliSeconds() --> nMilliSeconds
The function MilliSeconds() returns a numeric integer value in the range of 0 to 86,399,999. It corresponds to the system time, in the form of the number of milliseconds that have elapsed since midnight.
The environment function MilliSeconds() provides the current system time in milliseconds (one thousandth of a second). The function can be used for code profiling, where the system time is determined at the beginning and the end of a procedure and the elapsed time is calculated.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.