Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
timeGetTime
Other versions of this page are also available for the following:
Windows Mobile Not SupportedWindows Embedded CE Supported
8/28/2008

This function retrieves the system time, in milliseconds. The system time is the time elapsed since the system started.

DWORD timeGetTime(void);

None.

Returns the system time, in milliseconds.

The only difference between this function and the timeGetSystemTime function is that timeGetSystemTime uses the MMTIME structure to return the system time. The timeGetTime function has less overhead than timeGetSystemTime.

The value returned by the timeGetTime function is a DWORD value.

The return value resets to zero every 2^32 milliseconds, which is about 49.71 days. This can cause problems in code that directly uses the timeGetTime return value in computations, particularly when the value is used to control code execution. Depending on how you are using the hardware timer, you may need to handle the timer reset condition.

Always use the difference between two timeGetTime return values in computations.

Headermmsystem.h
LibraryMmtimer.lib
Windows Embedded CEWindows CE .NET 4.2 and later

Reference

MMTIME
timeGetSystemTime

Other Resources

Time Reference

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker