Cake\Chronos\ChronosInterface::gte PHP Method

gte() public method

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.
return boolean
    public function gte(ChronosInterface $dt);
ChronosInterface