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

In This Topic
    Days Property
    In This Topic
    Gets the number of days in the date part of the structure (days since January 24.11.4714 BC).
    Syntax
    'Declaration
     
    Public ReadOnly Property Days As Integer
    public int Days {get;}

    Property Value

    The number of days in the date part of the structure. The value includes years and months expressed in days. Zero value corresponds to the MinValue.
    Remarks
    Do not confuse with the Day, which does not include years and months.
    See Also