Send feedback on this topic.
Teradata.Client.Provider
Multiply(Int32,TdIntervalHourToSecond) Method



Teradata.Client.Provider Namespace > TdIntervalHourToSecond Structure > Multiply Method : Multiply(Int32,TdIntervalHourToSecond) Method
A multiplier.
A TdIntervalHourToSecond.
A TdIntervalHourToSecond is multiplied by an integer value.
Syntax
'Declaration
 
Public Overloads Shared Function Multiply( _
   ByVal value As Integer, _
   ByVal interval As TdIntervalHourToSecond _
) As TdIntervalHourToSecond
'Usage
 
Dim value As Integer
Dim interval As TdIntervalHourToSecond
Dim value As TdIntervalHourToSecond
 
value = TdIntervalHourToSecond.Multiply(value, interval)
public static TdIntervalHourToSecond Multiply( 
   int value,
   TdIntervalHourToSecond interval
)
public:
static TdIntervalHourToSecond Multiply( 
   int value,
   TdIntervalHourToSecond interval
) 

Parameters

value
A multiplier.
interval
A TdIntervalHourToSecond.

Return Value

A new TdIntervalHourToSecond as the result of multiplying a TdIntervalHourToSecond and an integer value.
Exceptions
ExceptionDescription
The resultant operation returns a value greater than the TdIntervalHourToSecond.MaxValue or less than the TdIntervalHourToSecond.MinValue.
Remarks

If interval is TdIntervalHourToSecond.Null a Null will be returned.

The returned TdIntervalHourToSecond will contain a precision set to the TdIntervalHourToSecond.MaxPrecision. The scale will always be set to the scale of the interval.

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
Overload List