GetLocalTime function
Retrieves the current local date and time.
To retrieve the current date and time in Coordinated Universal Time (UTC) format, use the GetSystemTime function.
Syntax
void WINAPI GetLocalTime(
_Out_ LPSYSTEMTIME lpSystemTime
);
Parameters
- lpSystemTime [out]
-
A pointer to a SYSTEMTIME structure to receive the current local date and time.
Return value
This function does not return a value.
Remarks
To set the current local date and time, use the SetLocalTime function.
Examples
For an example, see SYSTEMTIME.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: