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