Cake\Chronos\ChronosInterface::addYears PHP Méthode

addYears() public méthode

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.
Résultat static
    public function addYears($value);
ChronosInterface