'Declaration Public Overloads Shared Function Add( _ ByVal seconds As Integer, _ ByVal interval As TdIntervalSecond _ ) As TdIntervalSecond
'Usage Dim seconds As Integer Dim interval As TdIntervalSecond Dim value As TdIntervalSecond value = TdIntervalSecond.Add(seconds, interval)
public static TdIntervalSecond Add( int seconds, TdIntervalSecond interval )
public: static TdIntervalSecond Add( int seconds, TdIntervalSecond interval )
Parameters
- seconds
- Number of seconds to add.
- interval
- A TdIntervalSecond.
Return Value
A new TdIntervalSecond as the result of adding an Int32 to TdIntervalSecond.