Cake\Chronos\ChronosInterface::subWeekdays PHP 메소드

subWeekdays() 공개 메소드

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