'Declaration Overloads Public Operator +( _ ByVal period As TdPeriodTimestamp, _ ByVal interval As TdIntervalDayToSecond _ ) As TdPeriodTimestamp
'Usage
public TdPeriodTimestamp operator +( TdPeriodTimestamp period, TdIntervalDayToSecond interval )
public: TdPeriodTimestamp operator +( TdPeriodTimestamp period, TdIntervalDayToSecond interval )
Parameters
- period
- A TdPeriodTimestamp for addition.
- interval
- The TdIntervalDayToSecond that will be added to the TdPeriodTimestamp.