dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalYM Structure / OracleIntervalYM Constructor / OracleIntervalYM Constructor(Double)
Number of total years.

In This Topic
    OracleIntervalYM Constructor(Double)
    In This Topic
    Initializes a new instance of the OracleIntervalYM structure with the specified total number of years.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal totalYears As Double _
    )
    public OracleIntervalYM( 
       double totalYears
    )

    Parameters

    totalYears
    Number of total years.
    See Also