Cake\Chronos\ChronosInterface::lte PHP 메소드

lte() 공개 메소드

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