Cake\Chronos\ChronosInterface::addYears PHP 메소드

addYears() 공개 메소드

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.
리턴 static
    public function addYears($value);
ChronosInterface