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

nthOfQuarter() 공개 메소드

Use the supplied consts to indicate the desired dayOfWeek, ex. static::MONDAY.
public nthOfQuarter ( integer $nth, integer $dayOfWeek ) : mixed
$nth integer The offset to use.
$dayOfWeek integer The day of the week to move to.
리턴 mixed
    public function nthOfQuarter($nth, $dayOfWeek);
ChronosInterface