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

addMinutes() 공개 메소드

Add minutes to the instance. Positive $value travels forward while negative $value travels into the past.
public addMinutes ( integer $value ) : static
$value integer The number of minutes to add.
리턴 static
    public function addMinutes($value);
ChronosInterface