Cake\Chronos\ChronosInterface::addMonthsWithOverflow PHP Method

addMonthsWithOverflow() public method

Add months with overflowing to the instance. Positive $value travels forward while negative $value travels into the past.
public addMonthsWithOverflow ( integer $value ) : static
$value integer The number of months to add.
return static
    public function addMonthsWithOverflow($value);
ChronosInterface