Cake\Chronos\ChronosInterface::subWeekday PHP Method

subWeekday() public method

Remove a weekday from the instance
public subWeekday ( integer $value = 1 ) : static
$value integer The number of weekdays to remove.
return static
    public function subWeekday($value = 1);
ChronosInterface