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



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

Parameters

left
A TdIntervalYearToMonth.
right
A TdIntervalYearToMonth.

Return Value

A new TdIntervalYearToMonth as the result of adding a TdIntervalYearToMonth to another TdIntervalYearToMonth.
Exceptions
ExceptionDescription
The resultant operation returns a value greater than the TdIntervalYearToMonth.MaxValue or less than the TdIntervalYearToMonth.MinValue.
Remarks

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

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

Requirements

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

See Also

Reference

TdIntervalYearToMonth Structure
TdIntervalYearToMonth Members