Cake\Chronos\ChronosInterface::addDay PHP Method

addDay() public method

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