PgSqlInterval Constructor(Int32,Double)
Initializes a new instance of the
PgSqlInterval structure with the specified number of months and seconds.
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Double _
)
Parameters
- months
- Number of months.
- seconds
- Number of seconds.