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

subYear() public méthode

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