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