Cake\Chronos\ChronosInterface::nthOfYear PHP Méthode

nthOfYear() public méthode

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