System.TDateTime.operator +=

From RAD Studio API Documentation
Jump to: navigation, search

C++

TDateTime& __fastcall operator +=(const TDateTimeBase& rhs)
TDateTime& __fastcall operator +=(const TDateTime& rhs)
TDateTime& __fastcall operator +=(const double rhs)
TDateTime& __fastcall operator +=(const int rhs)

Properties

Type Visibility Source Unit Parent
function public systdate.h System TDateTime


Description

Increments the value of this TDateTime object by a specified value.

Use the operator += to add to the value specified by rhs to this TDateTime value. The rhs operand represents the number of days (including fractional days) to add.