Cake\Chronos\ChronosInterface::hour PHP 메소드

hour() 공개 메소드

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