dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure / Month Property

On this page
    Month Property (OracleDate)
    On this page
    Gets the value of the OracleDate structure as a month.
    Syntax
    'Declaration
     
    Public ReadOnly Property Month As Integer
    public int Month {get;}

    Property Value

    A number that represents the month value between 1 and 12.
    See Also