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

max() 공개 메소드

Get the maximum instance between a given instance (default now) and the current instance.
public max ( Cake\Chronos\ChronosInterface $dt = null ) : static
$dt Cake\Chronos\ChronosInterface The instance to compare with.
리턴 static
    public function max(ChronosInterface $dt = null);
ChronosInterface