mondrian.util
Class MonthlyByDayDateSchedule
java.lang.Object
mondrian.util.MonthlyByDayDateSchedule
- All Implemented Interfaces:
- DateSchedule
class MonthlyByDayDateSchedule
- extends Object
- implements DateSchedule
A MonthlyByDayDateSchedule
fires on a particular set of days
every month.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
period
int period
beginMonth
int beginMonth
daysOfMonthBitmap
int daysOfMonthBitmap
MonthlyByDayDateSchedule
MonthlyByDayDateSchedule(Calendar begin,
int period,
int daysOfMonthBitmap)
nextOccurrence
public Calendar nextOccurrence(Calendar earliest,
boolean strict)
- Description copied from interface:
DateSchedule
- Returns the next date when this schedule fires.
- Specified by:
nextOccurrence
in interface DateSchedule