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

subMonthsWithOverflow() public méthode

Remove months with overflow from the instance
public subMonthsWithOverflow ( integer $value ) : static
$value integer The number of months to remove.
Résultat static
    public function subMonthsWithOverflow($value);
ChronosInterface