Uses of Class
com.flowingcode.vaadin.addons.recurrentschedulefield.api.TimeInterval
Packages that use TimeInterval
-
Uses of TimeInterval in com.flowingcode.vaadin.addons.recurrentschedulefield.api
Methods in com.flowingcode.vaadin.addons.recurrentschedulefield.api that return TimeIntervalModifier and TypeMethodDescriptionDateTimeRange.getNextInterval()Gets the next interval that ends after the current date and time.DateTimeRange.getNextInterval(LocalDate from) Gets the next interval that ends after the givenLocalDate.DateTimeRange.getNextInterval(LocalDateTime from) Gets the next interval that ends after the givenLocalDateTime.Methods in com.flowingcode.vaadin.addons.recurrentschedulefield.api that return types with arguments of type TimeIntervalModifier and TypeMethodDescriptionDateTimeRange.getIntervals()Gets the intervals that conform to the current date and time constraints.DateTimeRange.getIntervalsLeft()Gets the intervals that end after the current date and time.DateTimeRange.getIntervalsLeft(LocalDate from) Gets the intervals that end after givenLocalDate.DateTimeRange.getIntervalsLeft(LocalDateTime from) Gets the intervals that end after givenLocalDateTime.DateTimeRange.getPastIntervals()Gets the intervals that ended before the current date and time.DateTimeRange.getPastIntervals(LocalDate from) Gets the intervals that ended before givenLocalDate.DateTimeRange.getPastIntervals(LocalDateTime from) Gets the intervals that ended before givenLocalDateTime.Methods in com.flowingcode.vaadin.addons.recurrentschedulefield.api with parameters of type TimeInterval