Cake\Chronos\ChronosInterface::addHours PHP Method

addHours() public method

Add hours to the instance. Positive $value travels forward while negative $value travels into the past.
public addHours ( integer $value ) : static
$value integer The number of hours to add.
return static
    public function addHours($value);
ChronosInterface