Home
last modified time | relevance | path

Searched refs:timeZone (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DDataset.php29 public $timeZone; variable in Google\\Service\\CloudHealthcare\\Dataset
48 public function setTimeZone($timeZone) argument
50 $this->timeZone = $timeZone;
57 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DPartnerGeneralConfig.php29 public $timeZone; variable in Google\\Service\\DisplayVideo\\PartnerGeneralConfig
48 public function setTimeZone($timeZone) argument
50 $this->timeZone = $timeZone;
57 return $this->timeZone;
H A DAdvertiserGeneralConfig.php33 public $timeZone; variable in Google\\Service\\DisplayVideo\\AdvertiserGeneralConfig
66 public function setTimeZone($timeZone) argument
68 $this->timeZone = $timeZone;
75 return $this->timeZone;
/plugin/davcard/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/webdavclient/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/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/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php33 public $timeZone; variable in Google\\Service\\Calendar\\EventDateTime
66 public function setTimeZone($timeZone) argument
68 $this->timeZone = $timeZone;
75 return $this->timeZone;
H A DFreeBusyRequest.php44 public $timeZone; variable in Google\\Service\\Calendar\\FreeBusyRequest
119 public function setTimeZone($timeZone) argument
121 $this->timeZone = $timeZone;
128 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/Datapipelines/
H A DGoogleCloudDatapipelinesV1ScheduleSpec.php33 public $timeZone; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1ScheduleSpec
66 public function setTimeZone($timeZone) argument
68 $this->timeZone = $timeZone;
75 return $this->timeZone;
/plugin/davcard/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/webdavclient/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/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/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php68 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator
93 * @param DateTimeZone $timeZone Reference timezone for floating dates and
96 function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument
98 if (is_null($timeZone)) {
99 $timeZone = new DateTimeZone('UTC');
101 $this->timeZone = $timeZone;
130 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp()
151 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
158 foreach ($exDate->getDateTimes($this->timeZone) as $dt) {
168 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() -
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php68 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator
93 * @param DateTimeZone $timeZone reference timezone for floating dates and
96 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) argument
98 if (is_null($timeZone)) {
99 $timeZone = new DateTimeZone('UTC');
101 $this->timeZone = $timeZone;
125 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp()
144 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
149 foreach ($exDate->getDateTimes($this->timeZone) as $dt) {
157 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() -
[all …]
/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/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;
H A DAutoscalingPolicyScalingSchedule.php45 public $timeZone; variable in Google\\Service\\Compute\\AutoscalingPolicyScalingSchedule
120 public function setTimeZone($timeZone) argument
122 $this->timeZone = $timeZone;
129 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/GameServices/
H A DRealm.php45 public $timeZone; variable in Google\\Service\\GameServices\\Realm
124 public function setTimeZone($timeZone) argument
126 $this->timeZone = $timeZone;
133 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DTable.php42 public $timeZone; variable in Google\\Service\\Area120Tables\\Table
121 public function setTimeZone($timeZone) argument
123 $this->timeZone = $timeZone;
130 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/ShoppingContent/
H A DDatafeedFetchSchedule.php49 public $timeZone; variable in Google\\Service\\ShoppingContent\\DatafeedFetchSchedule
146 public function setTimeZone($timeZone) argument
148 $this->timeZone = $timeZone;
155 return $this->timeZone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DMediationReportSpec.php46 public $timeZone; variable in Google\\Service\\AdMob\\MediationReportSpec
149 public function setTimeZone($timeZone) argument
151 $this->timeZone = $timeZone;
158 return $this->timeZone;
H A DNetworkReportSpec.php46 public $timeZone; variable in Google\\Service\\AdMob\\NetworkReportSpec
149 public function setTimeZone($timeZone) argument
151 $this->timeZone = $timeZone;
158 return $this->timeZone;

1234