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

addDays() public méthode

Add days to the instance. Positive $value travels forward while negative $value travels into the past.
public addDays ( integer $value ) : static
$value integer The number of days to add.
Résultat static
    public function addDays($value);
ChronosInterface