Cake\Chronos\ChronosInterface::addWeeks PHP Method

addWeeks() public method

Add weeks to the instance. Positive $value travels forward while negative $value travels into the past.
public addWeeks ( integer $value ) : static
$value integer The number of weeks to add.
return static
    public function addWeeks($value);
ChronosInterface