Cake\Chronos\ChronosInterface::diffInWeekendDays PHP Method

diffInWeekendDays() public method

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
return integer
    public function diffInWeekendDays(ChronosInterface $dt = null, $abs = true);
ChronosInterface