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 LocalDay
LocalDay.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 LocalDayPlan
AbstractAPFactory.createLocalDayPlan
(LocalDay day, LocalTime startTime, LocalTime endTime) Factory method to create a day plan instance.default LocalDate
Return the date of the end of the TimeSlot.default LocalTime
Get End Time of the appointment in the given time zone.default Instant
Get the start time of the intended appointment.default LocalDate
Return the date of the start of the TimeSlot.default LocalTime
Get Start Time of the appointment in given time zone.