JCL Help:FileTimeToStr

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a TFileTime to a string.


Pascal

 function FileTimeToStr(const FileTime: TFileTime): string;


Parameters

Parameters Description
const FileTime: TFileTime The TFileTime to convert.


Return Value

The string representation of FileTime.


Description

FileTimeToStr converts the TFileTime to a string.


About

Unit

JclDateTime


Donator

Marcel van Brakel


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