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

In This Topic
    Minute Property (PgSqlTimeStamp)
    In This Topic
    Gets the minute component of a PgSqlTimeStamp.
    Syntax
    'Declaration
     
    Public ReadOnly Property Minute As Integer
    public int Minute {get;}

    Property Value

    A number that represents a minute value between 0 and 59.
    See Also