AddMinutes Method (PgSqlTime)
Adds the specified number of minutes to the current
PgSqlTime instance.
'Declaration
Public Function AddMinutes( _
ByVal As Double _
) As PgSqlTime
Parameters
- value
- The number of minutes to add.
Return Value
A new
PgSqlTime structure.