Package mondrian.util
Class DailyDateSchedule
- java.lang.Object
-
- mondrian.util.DailyDateSchedule
-
- All Implemented Interfaces:
DateSchedule
class DailyDateSchedule extends Object implements DateSchedule
ADailyDateSchedule
fires every day.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
beginOrdinal
(package private) int
period
-
Constructor Summary
Constructors Constructor Description DailyDateSchedule(Calendar begin, int period)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Calendar
nextOccurrence(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:DateSchedule
Returns the next date when this schedule fires.- Specified by:
nextOccurrence
in interfaceDateSchedule
-
-