'Declaration Overloads Public Operator +( _ ByVal period As TdPeriodDate, _ ByVal interval As TdIntervalDayToSecond _ ) As TdPeriodDate
'Usage
public TdPeriodDate operator +( TdPeriodDate period, TdIntervalDayToSecond interval )
public: TdPeriodDate operator +( TdPeriodDate period, TdIntervalDayToSecond interval )
Parameters
- period
- A TdPeriodDate.
- interval
- The number of days from this TdIntervalDayToSecond to be added to a TdPeriodDate.
Return Value
A TdPeriodDate is returned that is the result of adding the TdIntervalDayToSecond to a TdPeriodDate.