Send feedback on this topic.
Teradata.Client.Provider
Subtraction(TdTimeWithTimeZone,TdTimeWithTimeZone) Operator



Teradata.Client.Provider Namespace > TdTimeWithTimeZone Structure > Subtraction Operator : Subtraction(TdTimeWithTimeZone,TdTimeWithTimeZone) Operator
The left TdTimeWithTimeZone operand.
The right TdTimeWithTimeZone operand.
The time interval between two TdTimeWithTimeZones is returned when the TdTimeWithTimeZones are subtracted from each other.
Syntax
'Declaration
 
Overloads Public Operator -( _
   ByVal leftOperand As TdTimeWithTimeZone, _
   ByVal rightOperand As TdTimeWithTimeZone _
) As TimeSpan
'Usage
 

Parameters

leftOperand
The left TdTimeWithTimeZone operand.
rightOperand
The right TdTimeWithTimeZone operand.

Return Value

A TimeSpan is returned that represents the time interval between the left and right TdTimeWithTimeZone.
Exceptions
ExceptionDescription
One of the operands is Null.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdTimeWithTimeZone Structure
TdTimeWithTimeZone Members
Overload List