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

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

    Property Value

    A number that represents a year value between -4712 and 9999.
    See Also