Cake\Chronos\ChronosInterface::average PHP Méthode

average() public méthode

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