Uses of Record Class
appointmentplanner.api.LocalDay
-
Uses of LocalDay in appointmentplanner.api
Methods in appointmentplanner.api that return LocalDayModifier and TypeMethodDescriptionLocalDayPlan.day()LocalDay specifies date and time zone.static LocalDayLocalDay.now()Return the LocalDay for the default time zone at the current date.LocalDay.plusDays(int days) Add x numbers of days to this LocalDay.Methods in appointmentplanner.api with parameters of type LocalDayModifier and TypeMethodDescriptionAbstractAPFactory.createLocalDayPlan(LocalDay day, Instant start, Instant end) Factory method to create a day plan instance.default LocalDayPlanAbstractAPFactory.createLocalDayPlan(LocalDay day, LocalTime startTime, LocalTime endTime) Factory method to create a day plan instance.default LocalDateReturn the date of the end of the TimeSlot.default LocalTimeGet End Time of the appointment in the given time zone.default InstantGet the start time of the intended appointment.default LocalDateReturn the date of the start of the TimeSlot.default LocalTimeGet Start Time of the appointment in given time zone.