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

In This Topic
    Value Property (SQLiteDateTime)
    In This Topic
    Gets the date and time that is stored in the SQLiteDateTime structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Date
    public DateTime Value {get;}

    Property Value

    A System.DateTime object.
    Remarks
    The value cannot be less than System.DateTime.MinValue or greater than System.DateTime.MaxValue.
    See Also