Searched refs:getDayStartInstant (Results 1 – 3 of 3) sorted by relevance
72 Comparator.comparing(Event::getDayStartInstant).thenComparing(Event::getTitle);145 || !event.getDayStartInstant().isBefore(endDateTime.toInstant())) { in getEventsUntilTomorrow()
110 public Instant getDayStartInstant() { in getDayStartInstant() method in Event
134 event.getDayStartInstant().atZone(ZoneId.systemDefault()).toLocalDate(); in updateRecyclerViewItems()