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

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

    Property Value

    A number that represents a month value between 1 and 12.
    See Also