Cake\Chronos\ChronosInterface::diffInYears PHP Method

diffInYears() public method

Get the difference in years
public diffInYears ( Cake\Chronos\ChronosInterface $dt = null, boolean $abs = true ) : integer
$dt Cake\Chronos\ChronosInterface The instance to difference from.
$abs boolean Get the absolute of the difference
return integer
    public function diffInYears(ChronosInterface $dt = null, $abs = true);
ChronosInterface