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

setMinute() public method

public setMinute ( string $value )
$value string 0-59 or a list or range
    public function setMinute($value)
    {
        $this->minute = $this->parse($value);
        return $this;
    }