Home
last modified time | relevance | path

Searched refs:timeZone (Results 1 – 25 of 78) sorted by last modified time

1234

/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php64 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator
89 * @param DateTimeZone $timeZone Reference timezone for floating dates and
92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument
94 if (is_null($this->timeZone)) {
95 $timeZone = new DateTimeZone('UTC');
97 $this->timeZone = $timeZone;
126 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp()
147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
154 foreach($exDate->getDateTimes($this->timeZone) as $dt) {
164 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() -
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011… argument
17 $timeZone = new DateTimeZone($timeZone);
22 $timeZone
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php336 function testGenerator($input, $expected, $timeZone = null) { argument
342 $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/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php449 $timeZone = $vtimezoneObj->VTIMEZONE->getTimeZone();
452 $timeZone = new DateTimeZone('UTC');
454 $timeZones[$calendarPath] = $timeZone;
/plugin/davcal/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);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php67 protected $timeZone; variable in Sabre\\VObject\\FreeBusyGenerator
78 * @param DateTimeZone $timeZone
90 if (is_null($timeZone)) {
91 $timeZone = new DateTimeZone('UTC');
93 $this->setTimeZone($timeZone);
164 * @param DateTimeZone $timeZone
167 public function setTimeZone(DateTimeZone $timeZone) { argument
169 $this->timeZone = $timeZone;
209 … $iterator = new EventIterator($object, (string)$component->uid, $this->timeZone);
241 $startTime = $component->DTSTART->getDateTime($this->timeZone);
[all …]
/plugin/davcal/
H A Djstz.js109 return format.resolvedOptions().timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DRequestOptions.php35 public $timeZone; variable in Google\\Service\\CloudSearch\\RequestOptions
82 public function setTimeZone($timeZone) argument
84 $this->timeZone = $timeZone;
91 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
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;
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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php554 'requestOptions.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/HangoutsChat/
H A DCommonEventObject.php120 public function setTimeZone(TimeZone $timeZone) argument
122 $this->timeZone = $timeZone;
129 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DResourcePolicyInstanceSchedulePolicy.php33 public $timeZone; variable in Google\\Service\\Compute\\ResourcePolicyInstanceSchedulePolicy
70 public function setTimeZone($timeZone) argument
72 $this->timeZone = $timeZone;
79 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSpreadsheetProperties.php39 public $timeZone; variable in Google\\Service\\Sheets\\SpreadsheetProperties
118 public function setTimeZone($timeZone) argument
120 $this->timeZone = $timeZone;
127 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DResponseMetaData.php43 public $timeZone; variable in Google\\Service\\AnalyticsData\\ResponseMetaData
118 public function setTimeZone($timeZone) argument
120 $this->timeZone = $timeZone;
127 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DVerifyAssertionResponse.php174 public $timeZone; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
701 public function setTimeZone($timeZone) argument
703 $this->timeZone = $timeZone;
710 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 DCalendar.php51 public $timeZone; variable in Google\\Service\\Calendar\\Calendar
154 public function setTimeZone($timeZone) argument
156 $this->timeZone = $timeZone;
163 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/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/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/DLP/
H A DGooglePrivacyDlpV2DateTime.php78 public function setTimeZone(GooglePrivacyDlpV2TimeZone $timeZone) argument
80 $this->timeZone = $timeZone;
87 return $this->timeZone;

1234