RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime::double Operator

Converts the System::TDateTime::TDateTime object to a double value.

Pascal
operator double;
C++
__fastcall operator double() const;

The double conversion System::TDateTime::double returns a double that represents this System::TDateTime::TDateTime object. The integral part of the double is the number of days that have passed since 12/30/1899. The fractional part is the time of day, represented as a fraction of 24 hours. 

 

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