Searched refs:endDateTime (Results 1 – 5 of 5) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/ |
| D | PerformanceReport.php | 37 * @param string $endDateTime The end time of the report in ISO 8601 timestamp 50 public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = []) argument 52 …$params = ['accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $startDate…
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_AdexchangebuyerService.php | 224 * @param string $endDateTime The end time for the reports. 229 …public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = array… argument 230 …$params = array('accountId' => $accountId, 'endDateTime' => $endDateTime, 'startDateTime' => $star…
|
| /plugin/calendar/classes/ |
| H A D | GoogleCalendarSync.php | 407 $endDateTime = $gEvent['end']['dateTime'] ?? $gEvent['end']['date'] ?? null; 426 $endObj = new DateTime($endDateTime);
|
| /plugin/calendar/ |
| H A D | syntax.php | 1458 $endDateTime = new DateTime(); 1459 $endDateTime->modify('+7 days'); 1460 $endDate = $endDateTime->format('Y-m-d'); 1473 $endDateTime = new DateTime(); 1477 $endDateTime->modify('+' . $rangeNum . ' days'); 1481 $endDateTime->modify('+' . $rangeNum . ' weeks'); 1485 $endDateTime->modify('+' . $rangeNum . ' months'); 1489 $endDateTime->modify('+' . $rangeNum . ' years'); 1493 $endDate = $endDateTime->format('Y-m-d');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | AdExchangeBuyer.php | 440 'endDateTime' => [
|