FileTimeToDateTime function
Date/Time routines |
![]() ![]() ![]() |
acUtils
|
function FileTimeToDateTime(Time: TFileTime): TDateTime;
|
The FileTimeToDateTime function converts the TFileTime record (which used in Windows file system to determinate the file creation and modification times) to a Delphi-friendly TDateTime variable.
|
DateTimeToFileTime and SetFileTimes routines.
|