JCL Help:DosDateTimeToDateTime
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DosDateTimeToDateTime Function
Search in JCL Help
Search in all projects
Summary
Converts a TDosDateTime to a TDateTime.
Pascal
function DosDateTimeToDateTime(const DosTime: TDosDateTime): TDateTime;
Parameters
Parameters | Description |
const DosTime: TDosDateTime | The TDosDateTime to convert. |
Return Value
The TDosDateTime converted to TDateTime.
Description
DosDateTimeToDateTime converts the supplied TDosDateTime to a TDateTime, ignoring whether the supplied DateTime is UNC based or local.
See Also
FileTimeToDateTime DosDateTimeToSystemTime SystemTimeToDosDateTime DateTimeToDosDateTime
About
Unit
Donator
Michael Schnell
Notes
This function performs the same operation as the procedure DateTimeToFileDate from SysUtils.
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