JCL Help:DosDateTimeToSystemTime
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DosDateTimeToSystemTime Function
Search in JCL Help
Search in all projects
Summary
Converts a TDoaDateTime to a TSystemTime.
Pascal
function DosDateTimeToSystemTime(const DosTime: TDosDateTime): TSystemTime;
Parameters
Parameters | Description |
const DosTime: TDosDateTime | The TDosDateTime to convert. |
Return Value
The TDosDateTime converted to TSystemTime.
Description
DosDateTimeToSystemTime converts the supplied TDosDateTime to a TSystemTime, ignoring whether the supplied DateTime is UNC based or local.
See Also
FileTimeToDateTime SystemTimeToDosDateTime DosDateTimeToDateTime DateTimeToDosDateTime
About
Unit
Donator
Petr Vones
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