Home
last modified time | relevance | path

Searched refs:getDateTime (Results 76 – 84 of 84) sorted by relevance

1234

/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php891 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
893 $timezone = $vevent->{'RECURRENCE-ID'}->getDateTime()->getTimeZone();
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php899 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
901 $timezone = $vevent->{'RECURRENCE-ID'}->getDateTime()->getTimeZone();
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php891 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
893 $timezone = $vevent->{'RECURRENCE-ID'}->getDateTime()->getTimeZone();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php690 $startRange = $vFreeBusy->DTSTART->getDateTime();
691 $endRange = $vFreeBusy->DTEND->getDateTime();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php831 $startRange = $vFreeBusy->DTSTART->getDateTime();
832 $endRange = $vFreeBusy->DTEND->getDateTime();
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php873 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php514 return Iso8601Date::createFromString($dateString)->getDateTime();
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1503 public function getDateTime() { function in Google_EventDateTime
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php647 public function getDateTime() function in JMS\\Serializer\\Tests\\Serializer\\BaseSerializationTest

1234