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

addWeeks() public méthode

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.
Résultat static
    public function addWeeks($value);
ChronosInterface