Home
last modified time | relevance | path

Searched refs:DateTimeInterface (Results 51 – 53 of 53) sorted by last modified time

123

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVJournal.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
H A DVTodo.php5 use DateTimeInterface; alias
26 * @param DateTimeInterface $start
27 * @param DateTimeInterface $end
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php6 use DateTimeInterface; alias
38 * @var DateTimeInterface|null
45 * @var DateTimeInterface|null
87 * @param DateTimeInterface $start
88 * @param DateTimeInterface $end
92 …function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objects = nu…
172 * @param DateTimeInterface $start
173 * @param DateTimeInterface $end
177 function setTimeRange(DateTimeInterface $start = null, DateTimeInterface $end = null) {

123