Cake\Chronos\ChronosInterface::month PHP Method

month() public method

Set the instance's month
public month ( integer $value ) : static
$value integer The month value.
return static
    public function month($value);
ChronosInterface