Cake\Chronos\ChronosInterface::hour PHP Method

hour() public method

Set the instance's hour
public hour ( integer $value ) : static
$value integer The hour value.
return static
    public function hour($value);
ChronosInterface