RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime::int Operator

Converts the System::TDateTime::TDateTime object to an integer value.

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

The int conversion System::TDateTime::int returns an int that is the integer conversion of the date portion of this System::TDateTime::TDateTime object. The resulting integer is the number of days that have passed since 12/30/1899. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!