Cake\Chronos\ChronosInterface::addDays PHP Method

addDays() public method

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.
return static
    public function addDays($value);
ChronosInterface