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

subWeekdays() public méthode

Remove weekdays from the instance
public subWeekdays ( integer $value ) : static
$value integer The number of weekdays to remove.
Résultat static
    public function subWeekdays($value);
ChronosInterface