| timeGetTime The timeGetTime function retrieves the system time, in milliseconds. The system time is the time elapsed since Windows was started. VB4-32,5,6 Private Declare Function timeGetTime Lib "winmm.dll" () As Long |
VB.NET System.DateTime.Now |
| Operating Systems Supported |
| Requires Windows NT 3.1 or later; Requires Windows 95 or later |
| Returns the system time, in milliseconds. |
|