Cake\Chronos\ChronosInterface::gte PHP Méthode

gte() public méthode

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