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

average() 공개 메소드

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