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

subSeconds() public méthode

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