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