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