|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| kernel32.lib
| Header File
| winbase.h
| Unicode
| No
| Platform Notes
| None
|
|
|
GetSystemTimeAsFileTime
The
GetSystemTimeAsFileTime function obtains the current system date and time. The information is in
Coordinated Universal Time (UTC) format.
VOID GetSystemTimeAsFileTime(
LPFILETIME lpSystemTimeAsFileTime
| // pointer to a file time structure
|
);
|
|
Parameters
lpSystemTimeAsFileTime
Pointer to a
FILETIME structure to receive the current system date and time in UTC format.
Return Values
This function does not return a value.
Remarks
The
GetSystemTimeAsFileTime function is equivalent to the following code sequence:
FILETIME ft;
SYSTEMTIME st;
GetSystemTime(&st);
SystemTimeToFileTime(&st,&ft);
See Also
FILETIME,
GetSystemTime,
SYSTEMTIME,
SystemTimeToFileTime
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database