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

isWithinNext() 공개 메소드

Returns true this instance will happen within the specified interval
public isWithinNext ( string | integer $timeInterval ) : boolean
$timeInterval string | integer the numeric value with space then time type. Example of valid types: 6 hours, 2 days, 1 minute.
리턴 boolean
    public function isWithinNext($timeInterval);
ChronosInterface