GetSystemTimeAsFileTime (Compact 2013)
3/28/2014
This function retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC) format.
Syntax
void GetSystemTimeAsFileTime(
LPFILETIME lpSystemTimeAsFileTime
);
Parameters
- lpSystemTimeAsFileTime
[out] Pointer to a FILETIME structure to receive the current system date and time in UTC format.
Return Value
None.
Requirements
Header |
winbase.h |
Library |
coredll.lib |
See Also
Reference
Time Functions
GetLocalTime
SetSystemTime
SetTimeZoneInformation
SYSTEMTIME
FILETIME