mondrian.util
Class MonthlyByWeekDateSchedule
java.lang.Object
mondrian.util.MonthlyByWeekDateSchedule
- All Implemented Interfaces:
- DateSchedule
class MonthlyByWeekDateSchedule
- extends Object
- implements DateSchedule
A MonthlyByWeekDateSchedule
fires on particular days of
particular weeks of a 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
daysOfWeekBitmap
int daysOfWeekBitmap
weeksOfMonthBitmap
int weeksOfMonthBitmap
MonthlyByWeekDateSchedule
MonthlyByWeekDateSchedule(Calendar begin,
int period,
int daysOfWeekBitmap,
int weeksOfMonthBitmap)
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