Function MicroSeconds() Foundation
Determines the number of microseconds that have elapsed since the last machine startup.
MicroSeconds() --> nMicroSeconds
The function MicroSeconds() returns a numeric integer value in the range of 0 to 86,399,999,999. It corresponds to the system time, in the form of the number of microseconds that have elapsed since the last machine startup.
The environment function MicroSeconds() provides the current system time in microseconds (one millionth 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.