dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Hour Property

In This Topic
    Hour Property (PgSqlTimeStamp)
    In This Topic
    Gets the hour component of a PgSqlTimeStamp.
    Syntax
    'Declaration
     
    Public ReadOnly Property Hour As Integer
    public int Hour {get;}

    Property Value

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