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



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

Parameters

value
A multiplier.
interval
A TdIntervalDayToSecond.

Return Value

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

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

The returned TdIntervalDayToSecond will contain a precision set to the TdIntervalDayToSecond.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

TdIntervalDayToSecond Structure
TdIntervalDayToSecond Members
Overload List