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

In This Topic
Minute Property (PgSqlTime)
In This Topic
Gets the minute component of a PgSqlTime.
Syntax
'Declaration
 
Public ReadOnly Property Minute As Integer
 

Property Value

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