Cake\Chronos\ChronosInterface::subYear PHP Method

subYear() public method

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