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