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

subSecond() public méthode

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