Package mondrian.util
Class MonthlyByWeekDateSchedule
- java.lang.Object
-
- mondrian.util.MonthlyByWeekDateSchedule
-
- All Implemented Interfaces:
DateSchedule
class MonthlyByWeekDateSchedule extends Object implements DateSchedule
AMonthlyByWeekDateSchedulefires on particular days of particular weeks of a month.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbeginMonth(package private) intdaysOfWeekBitmap(package private) intperiod(package private) intweeksOfMonthBitmap
-
Constructor Summary
Constructors Constructor Description MonthlyByWeekDateSchedule(Calendar begin, int period, int daysOfWeekBitmap, int weeksOfMonthBitmap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarnextOccurrence(Calendar earliest, boolean strict)Returns the next date when this schedule fires.
-
-
-
Constructor Detail
-
MonthlyByWeekDateSchedule
MonthlyByWeekDateSchedule(Calendar begin, int period, int daysOfWeekBitmap, int weeksOfMonthBitmap)
-
-
Method Detail
-
nextOccurrence
public Calendar nextOccurrence(Calendar earliest, boolean strict)
Description copied from interface:DateScheduleReturns the next date when this schedule fires.- Specified by:
nextOccurrencein interfaceDateSchedule
-
-