Cake\Chronos\ChronosInterface::addSeconds PHP Méthode

addSeconds() public méthode

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