'Declaration Public Shared Function Add( _ ByVal left As TdIntervalHourToSecond, _ ByVal right As TdIntervalHourToSecond _ ) As TdIntervalHourToSecond
'Usage Dim left As TdIntervalHourToSecond Dim right As TdIntervalHourToSecond Dim value As TdIntervalHourToSecond value = TdIntervalHourToSecond.Add(left, right)
public static TdIntervalHourToSecond Add( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
public: static TdIntervalHourToSecond Add( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
Parameters
- left
- A TdIntervalHourToSecond.
- right
- A TdIntervalHourToSecond.
Return Value
A TdIntervalHourToSecond containing the sum.