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