Cake\Chronos\ChronosInterface::subSecond PHP Method

subSecond() public method

Remove a second from the instance
public subSecond ( integer $value = 1 ) : static
$value integer The number of seconds to remove.
return static
    public function subSecond($value = 1);
ChronosInterface