Cake\Chronos\ChronosInterface::addYears PHP Method

addYears() public method

Add years to the instance. Positive $value travel forward while negative $value travel into the past.
public addYears ( integer $value ) : static
$value integer The number of years to add.
return static
    public function addYears($value);
ChronosInterface