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



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

Parameters

value
A multiplier.
interval
A TdIntervalMinuteToSecond.

Return Value

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

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

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

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

TdIntervalMinuteToSecond Structure
TdIntervalMinuteToSecond Members
Overload List