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