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

diffInWeekendDays() public méthode

Get the difference in weekend days using a filter
public diffInWeekendDays ( Cake\Chronos\ChronosInterface $dt = null, boolean $abs = true ) : integer
$dt Cake\Chronos\ChronosInterface The instance to difference from.
$abs boolean Get the absolute of the difference
Résultat integer
    public function diffInWeekendDays(ChronosInterface $dt = null, $abs = true);
ChronosInterface