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

subHours() public méthode

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