Home
last modified time | relevance | path

Searched refs:DateTimeImmutable (Results 51 – 55 of 55) sorted by path

123

/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php6 use DateTimeImmutable; alias
32 * @return DateTimeImmutable
48 …$date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3].' '.$matches[4].':'.$mat…
62 * @return DateTimeImmutable
78 $date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3], $tz);
196 * @return DateTimeImmutable|DateInterval
H A DFreeBusyGenerator.php5 use DateTimeImmutable; alias
168 $start = new DateTimeImmutable(Settings::$minDate);
171 $end = new DateTimeImmutable(Settings::$maxDate);
531 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz));
542 $busyTime[0] = new \DateTimeImmutable('@'.$busyTime['start'], $tz);
543 $busyTime[1] = new \DateTimeImmutable('@'.$busyTime['end'], $tz);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php6 use DateTimeImmutable; alias
115 * @return DateTimeImmutable
135 …return new DateTimeImmutable("$dateParts[year]-$dateParts[month]-$dateParts[date] $dateParts[hour]…
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php5 use DateTimeImmutable; alias
199 * @return DateTimeImmutable
212 * @return DateTimeImmutable
225 * @return DateTimeImmutable
459 * @var DateTimeImmutable
466 * @var DateTimeImmutable
476 * @var DateTimeImmutable
H A DRRuleIterator.php5 use DateTimeImmutable; alias
460 …$this->currentDate = new DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->curre…

123