Cake\Chronos\ChronosInterface::subHour PHP Method

subHour() public method

Remove an hour from the instance
public subHour ( integer $value = 1 ) : static
$value integer The number of hours to remove.
return static
    public function subHour($value = 1);
ChronosInterface