Cake\Chronos\ChronosInterface::lte PHP Method

lte() public method

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