Cake\Chronos\ChronosInterface::average PHP Method

average() public method

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.
return static
    public function average(ChronosInterface $dt = null);
ChronosInterface