Home
last modified time | relevance | path

Searched refs:getDateTime (Results 51 – 75 of 84) sorted by relevance

1234

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DHandleRDateExpandTest.php55 $result = array_map(function($ev) {return $ev->DTSTART->getDateTime();}, $result);
/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/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php241 $startTime = $component->DTSTART->getDateTime($this->timeZone);
247 $endTime = $component->DTEND->getDateTime($this->timeZone);
/plugin/webdavclient/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/
H A DFreeBusyGenerator.php241 $startTime = $component->DTSTART->getDateTime($this->timeZone);
247 $endTime = $component->DTEND->getDateTime($this->timeZone);
/plugin/icalevents/
H A Dsyntax-impl.php239 $diff = $e1->DTSTART->getDateTime($this->localTimezone)->getTimestamp()
240 - $e2->DTSTART->getDateTime($this->localTimezone)->getTimestamp();
417 $dtImmutable = $dtSabre->getDateTime($this->localTimezone);
/plugin/combo/ComboStrap/
H A DPagePublicationDate.php130 return Iso8601Date::createFromString($date)->getDateTime();
H A DDateTag.php71 $timeStamp = Iso8601Date::createFromString($date)->getDateTime()->getTimestamp();
/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/gitlabapi/
H A Dsyntax.php141 $date_time = $this->getDateTime($project['last_activity_at']);
308 function getDateTime($activity_time) { function in syntax_plugin_gitlabapi
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php123 return Iso8601Date::createFromString($value)->getDateTime();
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php127 public function getDateTime() { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/webdavclient/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/Property/VCard/
H A DDateAndOrTime.php127 public function getDateTime() { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php659 $firstOccurence = $component->DTSTART->getDateTime()->getTimeStamp();
663 $lastOccurence = $component->DTEND->getDateTime()->getTimeStamp();
665 $endDate = clone $component->DTSTART->getDateTime();
669 $endDate = clone $component->DTSTART->getDateTime();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php422 $startTime = $component->DTSTART->getDateTime($this->timeZone);
428 $endTime = $component->DTEND->getDateTime($this->timeZone);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php459 $startTime = $component->DTSTART->getDateTime($this->timeZone);
465 $endTime = $component->DTEND->getDateTime($this->timeZone);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php136 public function getDateTime(DateTimeZone $timeZone = null) function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php148 function getDateTime(DateTimeZone $timeZone = null) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php142 public function getDateTime(DateTimeZone $timeZone = null) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/webdavclient/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/ICalendar/
H A DDateTime.php142 public function getDateTime(DateTimeZone $timeZone = null) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php117 public function getDateTime() function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php127 function getDateTime() { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php895 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
897 $timezone = $vevent->{'RECURRENCE-ID'}->getDateTime()->getTimeZone();

1234