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

addWeekdays() public méthode

Add weekdays to the instance. Positive $value travels forward while negative $value travels into the past.
public addWeekdays ( integer $value ) : static
$value integer The number of weekdays to add.
Résultat static
    public function addWeekdays($value);
ChronosInterface