MyBuilder\Cronos\Formatter\Time::setHour PHP Method

setHour() public method

public setHour ( string $value )
$value string 0-23 or a list or range
    public function setHour($value)
    {
        $this->hour = $this->parse($value);
        return $this;
    }