Searched defs:LocalDate (Results 1 – 2 of 2) sorted by relevance
108 fun LocalDate.toInstantAtStartOfDay(): Instant { in toInstantAtStartOfDay() method112 fun LocalDate.withinOneYearAfter(other: LocalDate): Boolean { in withinOneYearAfter() method116 fun LocalDate.randomInstant(): Instant { in LocalDate() method
1621 @NonNull OutcomeReceiver<List<LocalDate>, HealthConnectException> callback) { in queryActivityDates()