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