Cake\Chronos\ChronosInterface::addWeekday PHP Method

addWeekday() public method

Add a weekday to the instance
public addWeekday ( integer $value = 1 ) : static
$value integer The number of weekdays to add.
return static
    public function addWeekday($value = 1);
ChronosInterface