Postgres Interval is date and time based such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds
| package |
Default |
|---|
__construct( $interval = null)
mixed | null
getDays() : integer
integer
getHours() : integer
integer
getMicroseconds() : integer
integer
getMinutes() : integer
integer
getMonths() : integer
integer
getSeconds() : integer
integer
getYears() : integer
integer
setDays( $days) : $this
integer
$this
setHours( $hours) : $this
integer
$this
setMicroseconds( $microseconds) : $this
integer
$this
setMinutes( $minutes) : $this
integer
$this
setMonths( $months) : $this
integer
$this
setSeconds( $seconds) : $this
integer
$this
setYears( $years) : $this
integer
$this