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

In This Topic
    Month Property (OracleTimeStamp)
    In This Topic
    Gets the month component of an OracleTimeStamp.
    Syntax
    'Declaration
     
    Public ReadOnly Property Month As Integer
    public int Month {get;}

    Property Value

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