dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Month Property

In This Topic
    Month Property
    In This Topic
    Gets the month component of a PgSqlTimeStamp.
    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