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

addWeekday() public méthode

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