Overload | Description |
---|---|
PgSqlInterval Constructor(TimeSpan) | Initializes a new instance of the PgSqlInterval structure with the specified System.TimeSpan. |
PgSqlInterval Constructor(Int32,Double) | Initializes a new instance of the PgSqlInterval structure with the specified number of months and seconds. |
PgSqlInterval Constructor(Int32,Int64) | |
PgSqlInterval Constructor(Int32,Int32,Double) | Initializes a new instance of the PgSqlInterval structure with the specified number of months and seconds. |
PgSqlInterval Constructor(Int32,Int32,Int64) | |
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. |