'Declaration Overloads Public Operator -( _ ByVal leftOperand As TdTimestamp, _ ByVal rightOperand As TdTimestamp _ ) As TimeSpan
'Usage
public TimeSpan operator -( TdTimestamp leftOperand, TdTimestamp rightOperand )
public: TimeSpan operator -( TdTimestamp leftOperand, TdTimestamp rightOperand )
Parameters
- leftOperand
- The left TdTimestamp operand.
- rightOperand
- The right TdTimestamp operand.
Return Value
A TimeSpan is returned that represents the time interval between the left and right TdTimestamp.