dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalYM Structure / Months Property

In This Topic
    Months Property
    In This Topic
    Gets the months component of the OracleIntervalYM.
    Syntax
    'Declaration
     
    Public ReadOnly Property Months As Integer
    public int Months {get;}

    Property Value

    The months component of the OracleIntervalYM.
    See Also