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

subYears() public méthode

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