Cake\Chronos\ChronosInterface::addMinutes PHP Method

addMinutes() public method

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.
return static
    public function addMinutes($value);
ChronosInterface