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

isFuture() 공개 메소드

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