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

subHours() 공개 메소드

Remove hours from the instance
public subHours ( integer $value ) : static
$value integer The number of hours to remove.
리턴 static
    public function subHours($value);
ChronosInterface