RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime::++ Operator ()

Increments the value of the System::TDateTime::TDateTime object by a specified number of days.

Pascal
operator ++;
operator ++(: Integer);
C++
TDateTime& operator ++();
TDateTime operator ++(int);

Use the unary ++ System::TDateTime::++ to increment the value of the System::TDateTime::TDateTime object by 1 day.  

Use the binary ++ System::TDateTime::++ to increment the value by the number of days specified by the integer operand. 

 

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