Package mondrian.util
Class DailyDateSchedule
- java.lang.Object
-
- mondrian.util.DailyDateSchedule
-
- All Implemented Interfaces:
DateSchedule
class DailyDateSchedule extends Object implements DateSchedule
ADailyDateSchedulefires every day.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbeginOrdinal(package private) intperiod
-
Constructor Summary
Constructors Constructor Description DailyDateSchedule(Calendar begin, int period)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarnextOccurrence(Calendar day, boolean strict)Returns the next date when this schedule fires.
-
-
-
Constructor Detail
-
DailyDateSchedule
DailyDateSchedule(Calendar begin, int period)
-
-
Method Detail
-
nextOccurrence
public Calendar nextOccurrence(Calendar day, boolean strict)
Description copied from interface:DateScheduleReturns the next date when this schedule fires.- Specified by:
nextOccurrencein interfaceDateSchedule
-
-