Cake\Chronos\ChronosInterface::subHours PHP Method

subHours() public method

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