StopWatchStatic: GetTimeStamp

GetTimeStamp

Returns the current time of the timer.



 Public Function GetTimeStamp ( ) As Currency

Return Values

Currency -  The current time from the timer.

Remarks

If the timer is high resolution, then the result from QueryPerformanceCounter is returned, otherwise, the result from timeGetTime is used.

See Also

Project CorLib Overview

Class StopWatchStatic Overview