'Declaration Overloads Public Operator +( _ ByVal interval As TdIntervalYearToMonth, _ ByVal timestamp As TdTimestamp _ ) As TdTimestamp
'Usage
public TdTimestamp operator +( TdIntervalYearToMonth interval, TdTimestamp timestamp )
public: TdTimestamp operator +( TdIntervalYearToMonth interval, TdTimestamp timestamp )
Parameters
- interval
- A TdIntervalYearToMonth that will be added to TdTimestamp.
- timestamp
- A TdTimestamp.
Return Value
A TdTimestamp is returned that is the result of adding the TdIntervalYearToMonth to a TdTimestamp.