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

subMinute() public méthode

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