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

gte() 공개 메소드

Determines if the instance is greater (after) than or equal to another
public gte ( Cake\Chronos\ChronosInterface $dt ) : boolean
$dt Cake\Chronos\ChronosInterface The instance to compare with.
리턴 boolean
    public function gte(ChronosInterface $dt);
ChronosInterface