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

On this page
    IsDate Property
    On this page
    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