'Declaration Public Overloads Shared Function Subtract( _ 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.Subtract(interval, seconds)
public static TdIntervalSecond Subtract( TdIntervalSecond interval, int seconds )
public: static TdIntervalSecond Subtract( TdIntervalSecond interval, int seconds )
Parameters
- interval
- A TdIntervalSecond.
- seconds
- Number of seconds to subtract.
Return Value
A new TdIntervalSecond as the result of substracting an Int32 from TdIntervalSecond.