Cake\Chronos\ChronosInterface::lastOfQuarter PHP Method

lastOfQuarter() public method

Modify to the last occurrence of a given day of the week in the current quarter. If no dayOfWeek is provided, modify to the last day of the current quarter. Use the supplied consts to indicate the desired dayOfWeek, ex. static::MONDAY.
public lastOfQuarter ( integer $dayOfWeek = null ) : mixed
$dayOfWeek integer The day of the week to move to.
return mixed
    public function lastOfQuarter($dayOfWeek = null);
ChronosInterface