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



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

Parameters

left
A TdIntervalHourToMinute.
right
A TdIntervalHourToMinute.

Return Value

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

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

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

Requirements

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

See Also

Reference

TdIntervalHourToMinute Structure
TdIntervalHourToMinute Members