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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also