Cake\Chronos\ChronosInterface::addHour PHP Method

addHour() public method

Add an hour to the instance
public addHour ( integer $value = 1 ) : static
$value integer The number of hours to add.
return static
    public function addHour($value = 1);
ChronosInterface