JCL Help:SystemTimeToStr
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: SystemTimeToStr Function
Search in JCL Help
Search in all projects
Summary
Converts a TSystemTime to a string.
Pascal
function SystemTimeToStr(const SystemTime: TSystemTime): string;
Parameters
Parameters | Description |
const SystemTime: TSystemTime | The TSystemTime to convert. |
Return Value
String representation of the supplied SystemTime.
Description
SystemTimeToFileTime converts the supplied TSystemTime to a string.
See Also
FileTimeToDateTime DosDateTimeToSystemTime DosDateTimeToDateTime DateTimeToDosDateTime
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