The operators and type conversions of the NpgsqlInterval structure are listed below. For a complete list of NpgsqlInterval structure members, see the NpgsqlInterval Members topic.
![]() ![]() | Adds two NpgsqlInterval together. |
![]() ![]() | Returns true if two NpgsqlInterval are exactly the same. |
![]() ![]() | Compares two NpgsqlInterval instances to see if the first is greater than the second |
![]() ![]() | Compares two NpgsqlInterval instances to see if the first is greater than or equivalent the second |
![]() ![]() | Returns false if two NpgsqlInterval are exactly the same. |
![]() ![]() | Compares two NpgsqlInterval instances to see if the first is less than the second |
![]() ![]() | Compares two NpgsqlInterval instances to see if the first is less than or equivalent to the second |
![]() ![]() | Subtracts one NpgsqlInterval from another. |
![]() ![]() | Negates an NpgsqlInterval instance. |
![]() ![]() | Returns the instance. |
![]() ![]() | Implicit cast of an NpgsqlInterval to a TimeSpan. |
![]() ![]() | Implicit cast of a TimeSpan to an NpgsqlInterval |
NpgsqlInterval Class | NpgsqlInterval Members | NpgsqlTypes Namespace | Ticks | JustifyDays | JustifyMonths | Canonicalize