Cake\Chronos\ChronosInterface::addMonthsWithOverflow PHP Méthode

addMonthsWithOverflow() public méthode

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.
Résultat static
    public function addMonthsWithOverflow($value);
ChronosInterface