Cake\Chronos\ChronosInterface::subWeekdays PHP Method

subWeekdays() public method

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