Cake\Chronos\ChronosInterface::isFuture PHP Method

isFuture() public method

Determines if the instance is in the future, ie. greater (after) than now
public isFuture ( ) : boolean
return boolean
    public function isFuture();
ChronosInterface