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

diffInWeekendDays() 공개 메소드

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