mondrian.util
Class DailyDateSchedule
java.lang.Object
mondrian.util.DailyDateSchedule
- All Implemented Interfaces:
- DateSchedule
class DailyDateSchedule
- extends Object
- implements DateSchedule
A DailyDateSchedule
fires every day.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
period
int period
beginOrdinal
int beginOrdinal
DailyDateSchedule
DailyDateSchedule(Calendar begin,
int period)
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 interface DateSchedule