Cake\Chronos\ChronosInterface::addSeconds PHP Method

addSeconds() public method

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.
return static
    public function addSeconds($value);
ChronosInterface