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

lte() public méthode

Determines if the instance is less (before) or equal to another
public lte ( Cake\Chronos\ChronosInterface $dt ) : boolean
$dt Cake\Chronos\ChronosInterface The instance to compare with.
Résultat boolean
    public function lte(ChronosInterface $dt);
ChronosInterface