'Declaration Overloads Public Operator -( _ ByVal period As TdPeriodDate, _ ByVal interval As TdIntervalYearToMonth _ ) As TdPeriodDate
'Usage
public TdPeriodDate operator -( TdPeriodDate period, TdIntervalYearToMonth interval )
public: TdPeriodDate operator -( TdPeriodDate period, TdIntervalYearToMonth interval )
Parameters
- period
- A TdPeriodDate.
- interval
- The number of years and months from the TdIntervalYearToMonth that will be subtracted from a TdPeriodDate.
Return Value
A TdPeriodDate is returned that is the result of subtracting the TdIntervalYearToMonth from a TdPeriodDate.