Package mondrian.util
Interface TimeSchedule
-
- All Known Implementing Classes:
OnceTimeSchedule
interface TimeSchedule
ATimeSchedule
generates a series of times within a day.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Calendar
nextOccurrence(Calendar earliest, boolean strict)
Returns the next occurrence at or afterafter
.
-