Cake\Chronos\ChronosInterface::addSecond PHP Method

addSecond() public method

Add a second to the instance
public addSecond ( integer $value = 1 ) : static
$value integer The number of seconds to add.
return static
    public function addSecond($value = 1);
ChronosInterface