dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / Hour Property

On this page
    Hour Property
    On this page
    Gets the hour component of a SQLiteDateTime.
    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