How To Retrieve Elapsed Time Since Windows Started (113325)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 3.0
- Microsoft Visual Basic Professional Edition for Windows 3.0
This article was previously published under Q113325 SUMMARY
The Windows API provides two functions (GetCurrentTime and GetTickCount)
that return the number of milliseconds that have elapsed since Windows
started. The GetTickCount function is identical in function to the
GetCurrentTime function. However, GetTickCount should be used instead
of GetCurrentTime because the name more closely matches its function.
REFERENCES
For more information, see the Microsoft Windows SDK, Programmer's Reference
(Book 2), Functions.
Modification Type: | Major | Last Reviewed: | 10/29/2003 |
---|
Keywords: | KB113325 |
---|
|