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

In This Topic
    Hour Property (OracleDate)
    In This Topic
    Gets the value of the OracleDate structure as an hour.
    Syntax
    'Declaration
     
    Public ReadOnly Property Hour As Integer
    public int Hour {get;}

    Property Value

    A number that represents the hour value between 0 and 23.
    See Also