Send feedback on this topic.
Teradata.Client.Provider
Add(TdIntervalHour,TdIntervalHour) Method



Teradata.Client.Provider Namespace > TdIntervalHour Structure > Add Method : Add(TdIntervalHour,TdIntervalHour) Method
A TdIntervalHour.
A TdIntervalHour.
Calculates the sum of two TdIntervalHour operands.
Syntax
'Declaration
 
Public Overloads Shared Function Add( _
   ByVal left As TdIntervalHour, _
   ByVal right As TdIntervalHour _
) As TdIntervalHour
'Usage
 
Dim left As TdIntervalHour
Dim right As TdIntervalHour
Dim value As TdIntervalHour
 
value = TdIntervalHour.Add(left, right)
public static TdIntervalHour Add( 
   TdIntervalHour left,
   TdIntervalHour right
)
public:
static TdIntervalHour Add( 
   TdIntervalHour left,
   TdIntervalHour right
) 

Parameters

left
A TdIntervalHour.
right
A TdIntervalHour.

Return Value

A TdIntervalHour containing the sum.
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