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.
Remarks
Windows Phone 8: This API is supported.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
