This function retrieves the current local date and time.
At a Glance
Header file: | Winbase.h |
Windows CE versions: | 1.0 and later |
Syntax
void GetLocalTime( LPSYSTEMTIME lpSystemTime );
Parameters
lpSystemTime
[out] Pointer to a SYSTEMTIME structure to receive the current local date and time.
Return Values
None.
See Also