Cake\Chronos\ChronosInterface::addWeekdays PHP Method

addWeekdays() public method

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