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