GetLocalTime
GetLocalTime retrieves the current local date and time.
Syntax
VOID
GetLocalTime(
[out] LPSYSTEMTIME lpSystemTime
);
Parameters
[out] lpSystemTime
A pointer to a SYSTEMTIME structure to receive the current system date and time.
Return Value
None.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
windows.h |
wRTOS_rtss.lib |