GetLocalTime (Windows CE 5.0)
This function retrieves the current local date and time.
voidGetLocalTime( LPSYSTEMTIMElpSystemTime );
Parameters
- lpSystemTime
[out] Pointer to a SYSTEMTIME structure to receive the current local 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 | GetSystemTime | SetLocalTime | SetTimeZoneInformation | SYSTEMTIME | Timer Driver Reference
Send Feedback on this topic to the authors