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

addWeekdays() 공개 메소드

Add weekdays to the instance. Positive $value travels forward while negative $value travels into the past.
public addWeekdays ( integer $value ) : static
$value integer The number of weekdays to add.
리턴 static
    public function addWeekdays($value);
ChronosInterface