Cake\Chronos\ChronosInterface::previous PHP Method

previous() public method

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