Cron\Schedule\CrontabSchedule::checkMonth PHP Method

checkMonth() protected method

Check if the month matches.
protected checkMonth ( DateTime $now ) : boolean | null
$now DateTime
return boolean | null
    protected function checkMonth(\DateTime $now)
    {
        return $this->checkPart('month', 1, 12, ['n', 'm'], $now);
    }