Home
last modified time | relevance | path

Searched refs:setDateTime (Results 1 – 25 of 40) sorted by last modified time

12

/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php39 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php57 $this->setDateTime($parts[0]);
77 $this->setDateTime($value);
90 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php277 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
279 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE);
59 $event->DTEND->setDateTime($dtEnd, VObject\Property\DateTime::DATE);
67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php185 public function setDateTime(\DateTime $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php26 $elem->setDateTime($dt);
43 $elem->setDateTime($dt, $isFloating = true);
58 $elem->setDateTime($dt);
73 $elem->setDateTime($dt);
89 $elem->setDateTime($dt);
175 $elem->setDateTime($dt);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php333 $dtstart->setDateTime($this->start);
338 $dtend->setDateTime($this->end);
342 $dtstamp->setDateTime(new \DateTime('now', new \DateTimeZone('UTC')));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php19 $dtStart->setDateTime(new DateTime('2011-10-07'));
42 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
134 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
181 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
329 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
382 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
542 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
595 $dtStart->setDateTime(new DateTime('2011-12-05', new DateTimeZone('UTC')));
641 $dtStart->setDateTime(new DateTime('2011-12-31', new DateTimeZone('UTC')));
694 $dtStart->setDateTime(new DateTime('2011-01-01', new DateTimeZone('UTC')));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php52 public function setDateTime($dateTime) function in Google\\Service\\Calendar\\EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2QuoteInfo.php28 public function setDateTime(GooglePrivacyDlpV2DateTime $dateTime) function in Google\\Service\\DLP\\GooglePrivacyDlpV2QuoteInfo
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php34 public function setDateTime(\DateTimeInterface $dt) function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php57 $this->setDateTime($parts[0]);
75 $this->setDateTime($value);
86 public function setDateTime(DateTimeInterface $dt) function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php181 public function setDateTime(DateTimeInterface $dt, $isFloating = false) function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php520 $dtstart->setDateTime($this->start);
525 $dtend->setDateTime($this->end);
531 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz));
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php266 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
268 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php333 $dtstart->setDateTime($this->start);
338 $dtend->setDateTime($this->end);
342 $dtstamp->setDateTime(new \DateTime('now', new \DateTimeZone('UTC')));
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php277 $event->DTSTART->setDateTime($this->getDtStart(), $event->DTSTART->isFloating());
279 $event->DTEND->setDateTime($this->getDtEnd(), $event->DTEND->isFloating());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php26 $elem->setDateTime($dt);
43 $elem->setDateTime($dt, $isFloating = true);
58 $elem->setDateTime($dt);
73 $elem->setDateTime($dt);
89 $elem->setDateTime($dt);
175 $elem->setDateTime($dt);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php185 public function setDateTime(\DateTime $dt, $isFloating = false) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php39 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php57 $this->setDateTime($parts[0]);
77 $this->setDateTime($value);
90 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php58 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::DATE);
59 $event->DTEND->setDateTime($dtEnd, VObject\Property\DateTime::DATE);
67 $event->DTSTART->setDateTime($dtStart, VObject\Property\DateTime::UTC);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php19 $dtStart->setDateTime(new DateTime('2011-10-07'));
42 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
134 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
181 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
329 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
382 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
542 $dtStart->setDateTime(new DateTime('2011-10-07', new DateTimeZone('UTC')));
595 $dtStart->setDateTime(new DateTime('2011-12-05', new DateTimeZone('UTC')));
641 $dtStart->setDateTime(new DateTime('2011-12-31', new DateTimeZone('UTC')));
694 $dtStart->setDateTime(new DateTime('2011-01-01', new DateTimeZone('UTC')));
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php39 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php57 $this->setDateTime($parts[0]);
77 $this->setDateTime($value);
90 public function setDateTime(\DateTime $dt) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime

12