RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime Operators

The operators of the TDateTime class are listed here.

 
Name 
Description 
 
- 
This is the overview for the - operator overload. 
 
-- 
This is the overview for the -- operator overload. 
 
!= 
Compares two System::TDateTime::TDateTime objects for inequality. 
 
+ 
This is the overview for the + operator overload. 
 
++ 
This is the overview for the ++ operator overload. 
 
+= 
This is the overview for the += operator overload. 
 
< 
Tests whether this System::TDateTime::TDateTime value is less than another specified System::TDateTime::TDateTime value. 
 
<= 
Tests whether this System::TDateTime::TDateTime value is less than or equal to another specified System::TDateTime::TDateTime value. 
 
= 
This is the overview for the = operator overload. 
 
-= 
This is the overview for the -= operator overload. 
 
== 
Compares two System::TDateTime::TDateTime objects for equality. 
 
> 
Tests whether this System::TDateTime::TDateTime value is greater than another specified System::TDateTime::TDateTime value. 
 
>= 
Tests whether this System::TDateTime::TDateTime value is greater than or equal to another specified System::TDateTime::TDateTime value. 
 
Converts the System::TDateTime::TDateTime object to an AnsiString. 
 
Converts the System::TDateTime::TDateTime object to a double value. 
 
int 
Converts the System::TDateTime::TDateTime object to an integer value. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!