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

isSameDay() 공개 메소드

Checks if the passed in date is the same day as the instance current day.
public isSameDay ( Cake\Chronos\ChronosInterface $dt ) : boolean
$dt Cake\Chronos\ChronosInterface The instance to check against.
리턴 boolean
    public function isSameDay(ChronosInterface $dt);
ChronosInterface