NpgsqlInterval Constructor (Int32, Int32, Int32, Int32, Int32, Int32)
Initializes a new NpgsqlInterval to the specified number of months, days, hours, minutes, seconds & milliseconds.
[C#]
public NpgsqlInterval(
int months,
int days,
int hours,
int minutes,
int seconds,
int milliseconds);
Parameters
-
months
- Number of months.
-
days
- Number of days.
-
hours
- Number of hours.
-
minutes
- Number of minutes.
-
seconds
- Number of seconds.
-
milliseconds
- Number of milliseconds.
See Also
NpgsqlInterval Class | NpgsqlTypes Namespace | NpgsqlInterval Constructor Overload List