Lines Matching refs:modify
314 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' hours');
323 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
344 … $this->currentDate = $this->currentDate->modify('+'.($this->interval - 1).' days');
347 $this->currentDate = $this->currentDate->modify('+1 hours');
349 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
373 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' weeks');
391 $this->currentDate = $this->currentDate->modify('+1 hours');
393 $this->currentDate = $this->currentDate->modify('+1 days');
404 $this->currentDate = $this->currentDate->modify('+'.($this->interval - 1).' weeks');
409 …$this->currentDate = $this->currentDate->modify('last '.$this->dayNames[$this->dayMap[$this->weekS…
428 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' months');
434 $tempDate = $tempDate->modify('+ '.($this->interval * $increase).' months');
462 $this->currentDate = $this->currentDate->modify('+ '.$this->interval.' months');
509 $nextDate = $nextDate->modify('+ '.($this->interval * $counter).' years');
597 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' years');
836 $checkDate = $checkDate->modify($dayName);
841 $checkDate = $checkDate->modify('next '.$dayName);