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 java.util.Calendar
nextOccurrence(java.util.Calendar earliest, boolean strict)
Returns the next date when this schedule fires.
-