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

In This Topic
    Month Property (OracleDate)
    In This Topic
    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