TimeToStr
Returns a string that represents a TDateTime value.
Structure
TimeToStr(Time: TDateTime): string;
Parameters
Return Value
Description
TimeToStr converts the Time parameter, a TDateTime value, to a string. The conversion uses the format specified by the LongTimeFormat global variable. Change the format of the string by changing the values of some of the date and time variables. |