'Declaration Public Overloads Function Add( _ ByVal interval As TdIntervalDayToSecond _ ) As TdDate
'Usage Dim instance As TdDate Dim interval As TdIntervalDayToSecond Dim value As TdDate value = instance.Add(interval)
public TdDate Add( TdIntervalDayToSecond interval )
public: TdDate Add( TdIntervalDayToSecond interval )
Parameters
- interval
- A TdIntervalDayToSecond that will be added to this instance of TdDate.
Return Value
A TdDate is returned that is the result of adding the TdIntervalDayToSecond to this instance of TdDate.