RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime::System::String Operator

Converts the System::TDateTime::TDateTime object to a String.

Pascal
operator System::String;
C++
__fastcall operator System::String() const;

The String conversion System::TDateTime::System::String returns a String object that is the string conversion of this System::TDateTime object. The conversion uses the format specified by the LongTimeFormat global variable of the System::TDateTime::TDateTime formatting variables. Change the format of the string display by changing the values of some of the date and time variables. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!