Home
last modified time | relevance | path

Searched refs:offsetDays (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DRelativeDateRange.php29 public $offsetDays; variable in Google\\Service\\AdExchangeBuyerII\\RelativeDateRange
48 public function setOffsetDays($offsetDays) argument
50 $this->offsetDays = $offsetDays;
57 return $this->offsetDays;
/plugin/calendar/
H A Dadmin.php3831 $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"]);