| Name | Description | |
|---|---|---|
![]() | PgSqlInterval Constructor | Overloaded. Initializes a new instance of the PgSqlInterval structure with the specified parameters. |
The following tables list the members exposed by PgSqlInterval.
| Name | Description | |
|---|---|---|
![]() | PgSqlInterval Constructor | Overloaded. Initializes a new instance of the PgSqlInterval structure with the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | DaysPerMonth | |
![]() | DaysPerYear | |
![]() ![]() | MaxValue | Represents the maximum value a PgSqlInterval object can hold. |
![]() ![]() | MinValue | Represents the minimum value a PgSqlInterval object can hold. |
![]() ![]() | Null | Represents the null value of a PgSqlInterval object. |
![]() ![]() | Zero | Represents zero value in a PgSqlInterval object. |
| Name | Description | |
|---|---|---|
![]() | Days | Gets number of days stored in PgSqlInterval object. |
![]() | Hours | Gets number of hours stored in PgSqlInterval object. |
![]() | IsNull | Indicates whether PgSqlInterval object has null value. |
![]() | Microseconds | |
![]() | Milliseconds | Gets number of milliseconds stored in PgSqlInterval object. |
![]() | Minutes | Gets number of minutes stored in PgSqlInterval object. |
![]() | Months | Gets the months component of the TotalMonths value. |
![]() | Seconds | Gets number of seconds stored in PgSqlInterval object. |
![]() | TotalDays | Gets number of days stored in PgSqlInterval object. |
![]() | TotalMonths | Gets number of months stored in PgSqlInterval object. |
![]() | TotalSeconds | Gets number of seconds stored in PgSqlInterval object. |
![]() | Years | Gets the years component of the TotalMonths value. |
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Adds two PgSqlInterval values. |
![]() | CompareTo | Overloaded. Compares the current PgSqlInterval object to the specified object. |
![]() ![]() | Divide | Divides an PgSqlInterval value by a number. |
![]() | Equals | Overloaded. Determines whether two PgSqlInterval values are equal. |
![]() | GetHashCode | Gets a hash code for the PgSqlInterval instance. |
![]() ![]() | Multiply | Multiplies an PgSqlInterval value by a number. |
![]() ![]() | NotEquals | Determines whether two PgSqlInterval values are not equal. |
![]() ![]() | Parse | Converts the specified System.String representation of a date to its PgSqlInterval equivalent. |
![]() ![]() | Subtract | Subtracts one PgSqlInterval structure from another. |
![]() | ToString | Converts the current PgSqlInterval structure to a System.String. |
Addition | Adds two PgSqlInterval values. |
Division | Divides an PgSqlInterval value by a number. |
Equality | Determines whether two PgSqlInterval values are equal. |
Explicit Type Conversion | Converts an PgSqlInterval structure to a System.TimeSpan structure. |
Greater Than | |
Greater Than or Equal | |
Implicit Type Conversion | Converts a System.TimeSpan structure to an PgSqlInterval structure. |
Inequality | Determines whether two PgSqlInterval values are not equal. |
Less Than | |
Less Than or Equal | |
Multiplication | Multiplies an PgSqlInterval value by a number. |
Subtraction | Subtracts one PgSqlInterval structure from another. |