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