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