Home
last modified time | relevance | path

Searched refs:getDateTime (Results 1 – 25 of 84) sorted by path

1234

/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1503 public function getDateTime() { function in Google_EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php59 public function getDateTime() function in Google\\Service\\Calendar\\EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2QuoteInfo.php35 public function getDateTime() function in Google\\Service\\DLP\\GooglePrivacyDlpV2QuoteInfo
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php514 return Iso8601Date::createFromString($dateString)->getDateTime();
H A DDateTag.php71 $timeStamp = Iso8601Date::createFromString($date)->getDateTime()->getTimestamp();
H A DFile.php79 return Iso8601Date::createFromTimestamp(filemtime($this->path))->getDateTime();
142 return Iso8601Date::createFromTimestamp(filectime($this->path))->getDateTime();
H A DIso8601Date.php222 public function getDateTime() function in ComboStrap\\Iso8601Date
229 return $this->getDateTime()->format(self::getFormat());
234 return $this->getDateTime()->format("Y-m-d\TH:i:s.u");
246 return $this->getDateTime()->format($string);
H A DLocalFileSystem.php71 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
84 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
H A DPagePublicationDate.php130 return Iso8601Date::createFromString($date)->getDateTime();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php123 return Iso8601Date::createFromString($value)->getDateTime();
/plugin/davcal/
H A Dhelper.php865 … $event->DTSTART->getDateTime()->getTimeStamp(), $event->DTEND->getDateTime()->getTimeStamp(),
1093 $dtStart = $start->getDateTime();
1114 $dtEnd = $end->getDateTime();
1126 $dtStart = $start->getDateTime();
1707 $firstOccurence = $component->DTSTART->getDateTime()->getTimeStamp();
1713 $lastOccurence = $component->DTEND->getDateTime()->getTimeStamp();
1717 $endDate = clone $component->DTSTART->getDateTime();
1723 $endDate = clone $component->DTSTART->getDateTime();
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php242 $firstOccurence = $component->DTSTART->getDateTime()->getTimeStamp();
246 $lastOccurence = $component->DTEND->getDateTime()->getTimeStamp();
248 $endDate = clone $component->DTSTART->getDateTime();
252 $endDate = clone $component->DTSTART->getDateTime();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php554 $firstOccurence = $component->DTSTART->getDateTime()->getTimeStamp();
558 $lastOccurence = $component->DTEND->getDateTime()->getTimeStamp();
560 $endDate = clone $component->DTSTART->getDateTime();
564 $endDate = clone $component->DTSTART->getDateTime();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php368 return ($start <= $component->getDateTime() && $end >= $component->getDateTime());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php690 $startRange = $vFreeBusy->DTSTART->getDateTime();
691 $endRange = $vFreeBusy->DTEND->getDateTime();
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php40 $effectiveTrigger = clone $parentComponent->$propName->getDateTime();
52 $effectiveTrigger = clone $parentComponent->$endProp->getDateTime();
55 $effectiveTrigger = clone $parentComponent->DTSTART->getDateTime();
60 $effectiveTrigger = clone $parentComponent->DTSTART->getDateTime();
65 $effectiveTrigger = $trigger->getDateTime();
H A DVEvent.php59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
H A DVJournal.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
H A DVTodo.php31 $dtstart = isset($this->DTSTART)?$this->DTSTART->getDateTime():null;
33 $due = isset($this->DUE)?$this->DUE->getDateTime():null;
34 $completed = isset($this->COMPLETED)?$this->COMPLETED->getDateTime():null;
35 $created = isset($this->CREATED)?$this->CREATED->getDateTime():null;
161 } elseif ($due->getDateTime() < $dtStart->getDateTime()) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php241 $startTime = $component->DTSTART->getDateTime($this->timeZone);
247 $endTime = $component->DTEND->getDateTime($this->timeZone);
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php873 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php142 public function getDateTime(DateTimeZone $timeZone = null) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php127 public function getDateTime() { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php126 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp()
147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
164 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() -
330 $stamp = $event->DTSTART->getDateTime($this->timeZone)->getTimeStamp();
386 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php49 $dt = $vObject->VEVENT->DTSTART->getDateTime();

1234