GetSystemTime
GetSystemTime retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC).
Syntax
VOID
GetSystemTime(
[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 |