Cake\Chronos\ChronosInterface::addMinute PHP Method

addMinute() public method

Add a minute to the instance
public addMinute ( integer $value = 1 ) : static
$value integer The number of minutes to add.
return static
    public function addMinute($value = 1);
ChronosInterface