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



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

Parameters

left
A TdIntervalHourToSecond.
right
A TdIntervalHourToSecond.

Return Value

A TdIntervalHourToSecond containing the sum.
Exceptions
ExceptionDescription
The resultant operation returns a value greater than the TdIntervalHourToSecond.MaxValue or less than the TdIntervalHourToSecond.MinValue.
Remarks

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

The returned TdIntervalHourToSecond will contain a precision set to the TdIntervalHourToSecond.MaxPrecision. The scale will always be set to the the scale of the operand containing the greatest scale.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members