PgSqlInterval Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Double)
Initializes a new instance of the
PgSqlInterval structure with the specified number of years, months, days, hours, minutes, seconds and milliseconds.
Parameters
- years
- Number of years.
- months
- Number of months.
- days
- Number of days.
- hours
- Number of hours.
- minutes
- Number of minutes.
- seconds
- Number of seconds.
- milliseconds
- Number of milliseconds.