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

On this page
    Minute Property (PgSqlTimeStamp)
    On this page
    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