FileTimeToDateTime function
Date/Time routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function FileTimeToDateTime(Time: TFileTime): TDateTime;  

Description
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.  

See also
DateTimeToFileTime and SetFileTimes routines.