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

On this page
    Month Property
    On this page
    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