System.TDateTime.DateString

From RAD Studio API Documentation
Jump to: navigation, search

C++

System::String __fastcall DateString() const;

Properties

Type Visibility Source Unit Parent
function public systdate.h System TDateTime

Description

Converts the date of the TDateTime value to a string.

DateString returns the value of the TDateTime object as an AnsiString. The conversion uses the format specified by the ShortDateFormat global variable.

See Also