Cake\Chronos\ChronosInterface::subMonthsWithOverflow PHP 메소드

subMonthsWithOverflow() 공개 메소드

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