Home
last modified time | relevance | path

Searched refs:getDtStart (Results 1 – 7 of 7) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php60 $collect[] = $it->getDtStart();
61 … if ($it->getDtStart() > new DateTimeImmutable('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php223 public function getDtStart() { function in Sabre\\VObject\\Recur\\EventIterator
277 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php223 public function getDtStart() { function in Sabre\\VObject\\Recur\\EventIterator
277 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php227 function getDtStart() { function in Sabre\\VObject\\Recur\\EventIterator
280 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php214 public function getDtStart() function in Sabre\\VObject\\Recur\\EventIterator
266 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php223 public function getDtStart() { function in Sabre\\VObject\\Recur\\EventIterator
277 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
/plugin/davcal/
H A Dhelper.php1052 … if(($endTs !== null) && ($rEvents->getDtStart()->getTimestamp() > $endTs->getTimestamp()))