StopWatchStatic: GetTimeStamp |
Returns the current time of the timer.
Public Function GetTimeStamp ( ) As Currency
If the timer is high resolution, then the result from QueryPerformanceCounter is returned, otherwise, the result from timeGetTime is used.