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

addSeconds() 공개 메소드

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