RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime Methods

The methods of the TDateTime class are listed here.

 
Name 
Description 
 
Returns the current date as a System::TDateTime::TDateTime value. 
 
Returns the current date and time as a System::TDateTime::TDateTime value. 
 
Returns the current time as a System::TDateTime::TDateTime value. 
 
Converts the date of the System::TDateTime::TDateTime value to a string. 
 
Converts the System::TDateTime::TDateTime value to a string. 
 
Returns the day of the week of the date portion of the System::TDateTime::TDateTime 
 
Separates the System::TDateTime::TDateTime value into year, month, and day values and stores these values in the year, month, and day parameters, respectively. 
 
Separates the System::TDateTime::TDateTime value into hour, minute, second, and millisecond values and stores these values in the hour, min, sec, and msec parameters, respectively. 
 
Converts the date/time value to an OS date/time stamp. 
 
Converts an OS timestamp value to System::TDateTime::TDateTime value. 
 
Formats the System::TDateTime::TDateTime object using the format given by format. 
 
Converts the System::TDateTime::TDateTime object to an AnsiString
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!