dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalDS Structure / Multiply(OracleIntervalDS,OracleNumber) Method
The specified OracleIntervalDS.
A multiplier.

In This Topic
    Multiply(OracleIntervalDS,OracleNumber) Method
    In This Topic
    Multiplies an OracleIntervalDS value by a number.
    Syntax
    'Declaration
     
    Public Shared Function Multiply( _
       ByVal value As OracleIntervalDS, _
       ByVal multiplier As OracleNumber _
    ) As OracleIntervalDS
    public static OracleIntervalDS Multiply( 
       OracleIntervalDS value,
       OracleNumber multiplier
    )

    Parameters

    value
    The specified OracleIntervalDS.
    multiplier
    A multiplier.

    Return Value

    A new OracleIntervalDS instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also