GetSystemTime (Windows CE 5.0)

Send Feedback

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

void GetSystemTime( LPSYSTEMTIME lpSystemTime); 

Parameters

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

Return Values

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.

See Also

Time Functions | GetLocalTime | SetSystemTime | SetTimeZoneInformation | SYSTEMTIME | Timer Driver Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.