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

setDayOfMonth() public method

public setDayOfMonth ( string $value )
$value string 0-31 or a list or range
    public function setDayOfMonth($value)
    {
        $this->dayOfMonth = $this->parse($value);
        return $this;
    }