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

addDays() 공개 메소드

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