Cake\Chronos\ChronosInterface::nthOfMonth PHP Method

nthOfMonth() public method

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