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

In This Topic
    IsDate Property
    In This Topic
    Determines whether the current structure value represents only date (without time value).
    Syntax
    'Declaration
     
    Public Property IsDate As Boolean
    public bool IsDate {get; set;}

    Property Value

    true if the Value represents a date without the time part; otherwise, false.
    See Also