Package mondrian.util
Interface DateSchedule
-
- All Known Implementing Classes:
DailyDateSchedule
,MonthlyByDayDateSchedule
,MonthlyByWeekDateSchedule
,WeeklyDateSchedule
interface DateSchedule
ADateSchedule
returns a series of dates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Calendar
nextOccurrence(Calendar earliest, boolean strict)
Returns the next date when this schedule fires.
-