Cake\Chronos\ChronosInterface::lt PHP Method

lt() public method

Determines if the instance is less (before) than another
public lt ( Cake\Chronos\ChronosInterface $dt ) : boolean
$dt Cake\Chronos\ChronosInterface The instance to compare with.
return boolean
    public function lt(ChronosInterface $dt);
ChronosInterface