Home
last modified time | relevance | path

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

123

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php16 $this->assertEquals($outcome, $valarm->isInTimeRange($start, $end));
145 … $valarm->isInTimeRange(new DateTime('2012-02-25 01:00:00'), new DateTime('2012-03-05 01:00:00'));
174 …$this->assertTrue($vobj->VTODO->VALARM->isInTimeRange(new \DateTime('2012-10-01 00:00:00'), new \D…
H A DVEventTest.php14 $this->assertEquals($outcome, $vevent->isInTimeRange($start, $end));
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
H A DVTodoTest.php16 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php30 …$this->assertFalse($ev->isInTimeRange(new DateTime('2012-01-01 12:00:00'),new DateTime('3000-01-01…

123