Send feedback on this topic.
Teradata.Client.Provider
Addition(TdIntervalHour,TdIntervalHour) Operator



Teradata.Client.Provider Namespace > TdIntervalHour Structure > Addition Operator : Addition(TdIntervalHour,TdIntervalHour) Operator
A TdIntervalHour.
A TdIntervalHour.
A TdIntervalHour is added to another TdIntervalHour.
Syntax
'Declaration
 
Overloads Public Operator +( _
   ByVal left As TdIntervalHour, _
   ByVal right As TdIntervalHour _
) As TdIntervalHour
'Usage
 
public TdIntervalHour operator +( 
   TdIntervalHour left,
   TdIntervalHour right
)
public:
TdIntervalHour operator +( 
   TdIntervalHour left,
   TdIntervalHour right
)

Parameters

left
A TdIntervalHour.
right
A TdIntervalHour.

Return Value

A new TdIntervalHour as the result of adding a TdIntervalHour to another TdIntervalHour.
Exceptions
ExceptionDescription
The resultant operation returns a value greater than the TdIntervalHour.MaxValue or less than the TdIntervalHour.MinValue.
Remarks

If either parameter is Null a TdIntervalHour.Null will be returned.

The returned TdIntervalHour will contain a precision set to the TdIntervalHour.MaxPrecision.

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalHour Structure
TdIntervalHour Members
Overload List