class MonthlyByDayDateSchedule extends Object implements DateSchedule
MonthlyByDayDateSchedule fires on a particular set of days
every month.| Modifier and Type | Field and Description |
|---|---|
(package private) int |
beginMonth |
(package private) int |
daysOfMonthBitmap |
(package private) int |
period |
| Constructor and Description |
|---|
MonthlyByDayDateSchedule(Calendar begin,
int period,
int daysOfMonthBitmap) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
nextOccurrence(Calendar earliest,
boolean strict)
Returns the next date when this schedule fires.
|
MonthlyByDayDateSchedule(Calendar begin, int period, int daysOfMonthBitmap)
public Calendar nextOccurrence(Calendar earliest, boolean strict)
DateSchedulenextOccurrence in interface DateSchedule