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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalHour Structure
TdIntervalHour Members
Overload List