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



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

Parameters

left
A TdIntervalHourToMinute.
right
A TdIntervalHourToMinute.

Return Value

A new TdIntervalHourToMinute as the result of adding a TdIntervalHourToMinute to another TdIntervalHourToMinute.
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
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

TdIntervalHourToMinute Structure
TdIntervalHourToMinute Members