'Declaration Overloads Public Operator -( _ ByVal timestamp As TdTimestamp, _ ByVal interval As TdIntervalDayToSecond _ ) As TdTimestamp
'Usage
public TdTimestamp operator -( TdTimestamp timestamp, TdIntervalDayToSecond interval )
public: TdTimestamp operator -( TdTimestamp timestamp, TdIntervalDayToSecond interval )
Parameters
- timestamp
- A TdTimestamp.
- interval
- A TdIntervalDayToSecond that will be subtracted from TdTimestamp.