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

subYear() 공개 메소드

Remove a year from the instance
public subYear ( integer $value = 1 ) : static
$value integer The number of years to remove.
리턴 static
    public function subYear($value = 1);
ChronosInterface