JCL Help:FileTimeToDateTime
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: FileTimeToDateTime Function
Search in JCL Help
Search in all projects
Summary
Converts a TFileTime to a TDateTime.
Pascal
function FileTimeToDateTime(const FileTime: TFileTime): TDateTime;
Parameters
Parameters | Description |
const FileTime: TFileTime | The TFileTime to convert. |
Return Value
The TFileTime converted to TDateTime.
Description
FileTimeToDateTime converts the supplied TFileTime to a TDateTime, ignoring whether the supplied DateTime is UNC based or local.
See Also
DosDateTimeToSystemTime SystemTimeToDosDateTime DosDateTimeToDateTime DateTimeToDosDateTime FileTimeToLocalDateTime
About
Unit
Donator
Michael Schnell
Notes
The JCL DateTime conversion functions supplement routines found in the Delphi RTL and the Win32 API. If a conversion function is not included here it most likely can be found in either of those libraries.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page