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



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

Parameters

value
A multiplier.
interval
A TdIntervalYearToMonth.

Return Value

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

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

The returned TdIntervalYearToMonth will contain a precision set to the TdIntervalYearToMonth.MaxPrecision.

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdIntervalYearToMonth Structure
TdIntervalYearToMonth Members
Overload List