Home
last modified time | relevance | path

Searched refs:timeZone (Results 26 – 50 of 78) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3QueryParameters.php54 public $timeZone; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryParameters
175 public function setTimeZone($timeZone) argument
177 $this->timeZone = $timeZone;
184 return $this->timeZone;
H A DGoogleCloudDialogflowCxV3Agent.php74 public $timeZone; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Agent
261 public function setTimeZone($timeZone) argument
263 $this->timeZone = $timeZone;
270 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DSchedule.php54 public $timeZone; variable in Google\\Service\\AIPlatformNotebooks\\Schedule
175 public function setTimeZone($timeZone) argument
177 $this->timeZone = $timeZone;
184 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DateTime.php78 public function setTimeZone(GooglePrivacyDlpV2TimeZone $timeZone) argument
80 $this->timeZone = $timeZone;
87 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvents.php58 public $timeZone; variable in Google\\Service\\Calendar\\Events
193 public function setTimeZone($timeZone) argument
195 $this->timeZone = $timeZone;
202 return $this->timeZone;
H A DCalendarListEntry.php92 public $timeZone; variable in Google\\Service\\Calendar\\CalendarListEntry
349 public function setTimeZone($timeZone) argument
351 $this->timeZone = $timeZone;
358 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaProperty.php69 public $timeZone; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaProperty
232 public function setTimeZone($timeZone) argument
234 $this->timeZone = $timeZone;
241 return $this->timeZone;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php69 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator
90 * @param DateTimeZone $timeZone
99 if (is_null($timeZone)) {
100 $timeZone = new DateTimeZone('UTC');
102 $this->setTimeZone($timeZone);
180 * @param DateTimeZone $timeZone
182 public function setTimeZone(DateTimeZone $timeZone) argument
184 $this->timeZone = $timeZone;
394 … $iterator = new EventIterator($object, (string) $component->UID, $this->timeZone);
422 $startTime = $component->DTSTART->getDateTime($this->timeZone);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php69 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator
90 * @param DateTimeZone $timeZone
99 if (is_null($timeZone)) {
100 $timeZone = new DateTimeZone('UTC');
102 $this->setTimeZone($timeZone);
193 * @param DateTimeZone $timeZone
197 function setTimeZone(DateTimeZone $timeZone) { argument
199 $this->timeZone = $timeZone;
427 … $iterator = new EventIterator($object, (string)$component->UID, $this->timeZone);
459 $startTime = $component->DTSTART->getDateTime($this->timeZone);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DAccount.php137 public function setTimeZone(TimeZone $timeZone) argument
139 $this->timeZone = $timeZone;
146 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DCommonEventObject.php120 public function setTimeZone(TimeZone $timeZone) argument
122 $this->timeZone = $timeZone;
129 return $this->timeZone;
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php132 * @param DateTimeZone $timeZone
136 public function getDateTime(DateTimeZone $timeZone = null) argument
138 $dt = $this->getDateTimes($timeZone);
153 * @param DateTimeZone $timeZone
158 public function getDateTimes(DateTimeZone $timeZone = null) argument
164 $timeZone = TimeZoneUtil::getTimeZone((string) $tzid, $this->root);
169 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php144 * @param DateTimeZone $timeZone
148 function getDateTime(DateTimeZone $timeZone = null) { argument
150 $dt = $this->getDateTimes($timeZone);
164 * @param DateTimeZone $timeZone
169 function getDateTimes(DateTimeZone $timeZone = null) { argument
175 $timeZone = TimeZoneUtil::getTimeZone((string)$tzid, $this->root);
180 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php139 * @param DateTimeZone $timeZone
142 public function getDateTime(DateTimeZone $timeZone = null) { argument
144 $dt = $this->getDateTimes($timeZone);
158 * @param DateTimeZone $timeZone
161 public function getDateTimes(DateTimeZone $timeZone = null) { argument
167 $timeZone = TimeZoneUtil::getTimeZone((string)$tzid, $this->root);
172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php139 * @param DateTimeZone $timeZone
142 public function getDateTime(DateTimeZone $timeZone = null) { argument
144 $dt = $this->getDateTimes($timeZone);
158 * @param DateTimeZone $timeZone
161 public function getDateTimes(DateTimeZone $timeZone = null) { argument
167 $timeZone = TimeZoneUtil::getTimeZone((string)$tzid, $this->root);
172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php139 * @param DateTimeZone $timeZone
142 public function getDateTime(DateTimeZone $timeZone = null) { argument
144 $dt = $this->getDateTimes($timeZone);
158 * @param DateTimeZone $timeZone
161 public function getDateTimes(DateTimeZone $timeZone = null) { argument
167 $timeZone = TimeZoneUtil::getTimeZone((string)$tzid, $this->root);
172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DCloudsupportCase.php70 public $timeZone; variable in Google\\Service\\CloudSupport\\CloudsupportCase
247 public function setTimeZone($timeZone) argument
249 $this->timeZone = $timeZone;
256 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php144 public function setTimeZone(TimeZone $timeZone) argument
146 $this->timeZone = $timeZone;
153 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php144 public function setTimeZone(GoogleTypeTimeZone $timeZone) argument
146 $this->timeZone = $timeZone;
153 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGoogleTypeDateTime.php144 public function setTimeZone(GoogleTypeTimeZone $timeZone) argument
146 $this->timeZone = $timeZone;
153 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DJob.php63 public $timeZone; variable in Google\\Service\\CloudScheduler\\Job
240 public function setTimeZone($timeZone) argument
242 $this->timeZone = $timeZone;
249 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DRecurringSchedule.php152 public function setTimeZone(TimeZone $timeZone) argument
154 $this->timeZone = $timeZone;
161 return $this->timeZone;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php281 * @param DateTimeZone $timeZone reference timezone for floating dates and
286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = … argument
291 if (!$timeZone) {
292 $timeZone = new DateTimeZone('UTC');
295 $stripTimezones = function (Component $component) use ($timeZone, &$stripTimezones) {
298 $dt = $componentChild->getDateTimes($timeZone);
339 $it = new EventIterator($events, null, $timeZone);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php289 * @param DateTimeZone $timeZone reference timezone for floating dates and
293 … function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = null) { argument
298 if (!$timeZone) {
299 $timeZone = new DateTimeZone('UTC');
302 $stripTimezones = function(Component $component) use ($timeZone, &$stripTimezones) {
307 $dt = $componentChild->getDateTimes($timeZone);
354 $it = new EventIterator($events, $timeZone);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php249 * @param DateTimeZone $timeZone reference timezone for floating dates and
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) { argument
257 if (!$timeZone) {
258 $timeZone = new DateTimeZone('UTC');
293 $it = new EventIterator($events, $timeZone);
324 $dt = $child->getDateTimes($timeZone);

1234