Send feedback on this topic.
Teradata.Client.Provider
Subtract Method (TdIntervalHourToSecond)



Teradata.Client.Provider Namespace > TdIntervalHourToSecond Structure : Subtract Method
A TdIntervalHourToSecond to subtract from.
A TdIntervalHourToSecond to subtract.
A TdIntervalHourToSecond is subtracted from another TdIntervalHourToSecond.
Syntax
'Declaration
 
Public Shared Function Subtract( _
   ByVal left As TdIntervalHourToSecond, _
   ByVal right As TdIntervalHourToSecond _
) As TdIntervalHourToSecond
'Usage
 
Dim left As TdIntervalHourToSecond
Dim right As TdIntervalHourToSecond
Dim value As TdIntervalHourToSecond
 
value = TdIntervalHourToSecond.Subtract(left, right)

Parameters

left
A TdIntervalHourToSecond to subtract from.
right
A TdIntervalHourToSecond to subtract.

Return Value

A new TdIntervalHourToSecond as the result of subtracting right from the left.
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 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members