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

addHours() public méthode

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.
Résultat static
    public function addHours($value);
ChronosInterface