Package mondrian.util
Class MonthlyByDayDateSchedule
- java.lang.Object
-
- mondrian.util.MonthlyByDayDateSchedule
-
- All Implemented Interfaces:
DateSchedule
class MonthlyByDayDateSchedule extends Object implements DateSchedule
AMonthlyByDayDateSchedulefires on a particular set of days every month.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbeginMonth(package private) intdaysOfMonthBitmap(package private) intperiod
-
Constructor Summary
Constructors Constructor Description MonthlyByDayDateSchedule(Calendar begin, int period, int daysOfMonthBitmap)
-
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
-
MonthlyByDayDateSchedule
MonthlyByDayDateSchedule(Calendar begin, int period, int daysOfMonthBitmap)
-
-
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
-
-