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

addDay() public méthode

Add a day to the instance
public addDay ( integer $value = 1 ) : static
$value integer The number of days to add.
Résultat static
    public function addDay($value = 1);
ChronosInterface