Searched refs:offsetDays (Results 1 – 2 of 2) sorted by relevance
29 public $offsetDays; variable in Google\\Service\\AdExchangeBuyerII\\RelativeDateRange48 public function setOffsetDays($offsetDays) argument50 $this->offsetDays = $offsetDays;57 return $this->offsetDays;
3831 $offsetDays = (int)$oldFirst->diff($newFirst)->format('%r%a');3833 if ($offsetDays === 0) {3849 $newDate->modify(($offsetDays > 0 ? '+' : '') . $offsetDays . ' days');3893 $dir = $offsetDays > 0 ? 'forward' : 'back';3895 …uccess' => true, 'message' => "Shifted $moved occurrences $dir by " . abs($offsetDays) . " days"]);