class WeeklyDateSchedule extends Object implements DateSchedule
WeeklyDateSchedule fires every week. A bitmap indicates
which days of the week it fires.| Modifier and Type | Field and Description |
|---|---|
(package private) int |
beginOrdinal |
(package private) int |
daysOfWeekBitmap |
(package private) int |
period |
| Constructor and Description |
|---|
WeeklyDateSchedule(Calendar begin,
int period,
int daysOfWeekBitmap) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
nextOccurrence(Calendar earliest,
boolean strict)
Returns the next date when this schedule fires.
|
WeeklyDateSchedule(Calendar begin, int period, int daysOfWeekBitmap)
public Calendar nextOccurrence(Calendar earliest, boolean strict)
DateSchedulenextOccurrence in interface DateSchedule