dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalYM Structure / Unary Negation Operator
The specified OracleIntervalYM.

In This Topic
    Unary Negation Operator (OracleIntervalYM)
    In This Topic
    Changes sign of an OracleIntervalYM structure.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal value1 As OracleIntervalYM _
    ) As OracleIntervalYM
    public OracleIntervalYM operator -( 
       OracleIntervalYM value1
    )

    Parameters

    value1
    The specified OracleIntervalYM.

    Return Value

    An OracleIntervalYM structure.
    Remarks
    Unary Negation makes negative values from positive ones and vice versa.
    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