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