GetSystemTimeAsFileTime function
Retrieves the current system date and time. The information is in Coordinated Universal Time (UTC) format.
Syntax
void WINAPI GetSystemTimeAsFileTime(
_Out_ LPFILETIME lpSystemTimeAsFileTime
);
Parameters
- lpSystemTimeAsFileTime [out]
-
A pointer to a FILETIME structure to receive the current system date and time in UTC format.
Return value
This function does not return a value.
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: