1 out of 1 rated this helpful - Rate this topic

GetSystemTime

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This function retrieves the current system date and time. The system time is expressed in UTC.


void GetSystemTime(
  LPSYSTEMTIME lpSystemTime
);
lpSystemTime

[out] Pointer to a SYSTEMTIME structure to receive the current system date and time.

Millisecond granularity may not be supported by a hardware platform. The caller of this function should not rely on more than second granularity.

Headerwinbase.h
Librarycoredll.lib
Windows Embedded CEWindows CE 1.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.