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

On this page
    TimeOfDay Property
    On this page
    Gets the time part of the SQLiteDateTime structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property TimeOfDay As TimeSpan
    public TimeSpan TimeOfDay {get;}

    Property Value

    A System.TimeSpan value.
    See Also