How to Convert Windows Filetime
- 1). Click "Start," "Programs" and open your code editing program.
- 2). Click "File," "Open" and select the project for which you wish to include a converted FileTime.
- 3). Type in the following code: "BOOL WINAPI FileTimeToLocalFileTime(", " __in const FILETIME *lpFileTime,", " __out LPFILETIME lpLocalFileTime );". Replace "lpFileTime in" with the structure whose FileTime is to be converted and "lpFileTime out" with the structure you wish to contain the converted FileTime.
Source...