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