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

In This Topic
    Day Property
    In This Topic
    Gets the day component of a SQLiteDateTime.
    Syntax
    'Declaration
     
    Public ReadOnly Property Day As Integer
    public int Day {get;}

    Property Value

    A number that represents a day value between 1 and 31.
    Remarks
    Do not confuse with the Days, which includes years and months.
    See Also