Timer Function
Returns a Single representing the number of seconds elapsed since midnight.
Syntax
Timer
Remarks
In Microsoft Windows the Timer function returns fractional portions of a second. On the Macintosh, timer resolution is one second.
Example
This example uses the Timer function to pause the application. The example also uses DoEvents to yield to other processes during the pause.
|