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



Teradata.Client.Provider Namespace > TdIntervalHourToMinute Structure : Subtract Method
A TdIntervalHourToMinute to subtract from.
A TdIntervalHourToMinute to subtract.
A TdIntervalHourToMinute is subtracted from another TdIntervalHourToMinute.
Syntax
'Declaration
 
Public Shared Function Subtract( _
   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.Subtract(left, right)

Parameters

left
A TdIntervalHourToMinute to subtract from.
right
A TdIntervalHourToMinute to subtract.

Return Value

A new TdIntervalHourToMinute as the result of subtracting right from the left.
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.

The returned TdIntervalHourToMinute will contain a precision adjusted to contain the highest precision from either TdIntervalHourToMinute operands.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalHourToMinute Structure
TdIntervalHourToMinute Members