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

addMonthsWithOverflow() 공개 메소드

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.
리턴 static
    public function addMonthsWithOverflow($value);
ChronosInterface