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



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

Parameters

left
A TdIntervalHourToSecond.
right
A TdIntervalHourToSecond.

Return Value

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

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

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members