Cron\Schedule\CrontabSchedule::checkHour PHP Méthode

checkHour() protected méthode

Check if the hour matches.
protected checkHour ( DateTime $now ) : boolean | null
$now DateTime
Résultat boolean | null
    protected function checkHour(\DateTime $now)
    {
        return $this->checkPart('hour', 0, 23, ['H', 'G'], $now);
    }