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. |