RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime::>= Operator

Tests whether this System::TDateTime::TDateTime value is greater than or equal to another specified System::TDateTime::TDateTime value.

Pascal
operator >=(const rhs: TDateTime&);
C++
__fastcall bool operator >=(const TDateTime& rhs) const;

The >= System::TDateTime::>= returns true if this System::TDateTime::TDateTime object has a value (Val data member) greater than or equal to that of the object specified by rhs, and false otherwise. 

 

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