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