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

In This Topic
    TotalYears Property
    In This Topic
    Gets the total number, in years, that represents the period of time in the current OracleIntervalYM structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property TotalYears As Double
    public double TotalYears {get;}

    Property Value

    The total number of years.
    See Also