Package mondrian.util
Class DailyDateSchedule
- java.lang.Object
-
- mondrian.util.DailyDateSchedule
-
- All Implemented Interfaces:
DateSchedule
class DailyDateSchedule extends java.lang.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(java.util.Calendar begin, int period)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Calendar
nextOccurrence(java.util.Calendar day, boolean strict)
Returns the next date when this schedule fires.
-
-
-
Method Detail
-
nextOccurrence
public java.util.Calendar nextOccurrence(java.util.Calendar day, boolean strict)
Description copied from interface:DateSchedule
Returns the next date when this schedule fires.- Specified by:
nextOccurrence
in interfaceDateSchedule
-
-