'Declaration Public Operator +( _ ByVal left As TdIntervalHourToSecond, _ ByVal right As TdIntervalHourToSecond _ ) As TdIntervalHourToSecond
'Usage
public TdIntervalHourToSecond operator +( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
public: TdIntervalHourToSecond operator +( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
Parameters
- left
- A TdIntervalHourToSecond.
- right
- A TdIntervalHourToSecond.
Return Value
A new TdIntervalHourToSecond as the result of adding a TdIntervalHourToSecond to another TdIntervalHourToSecond.