class DailyDateSchedule extends Object implements DateSchedule
DailyDateSchedule fires every day.| Modifier and Type | Field and Description | 
|---|---|
(package private) int | 
beginOrdinal  | 
(package private) int | 
period  | 
| Constructor and Description | 
|---|
DailyDateSchedule(Calendar begin,
                 int period)  | 
| Modifier and Type | Method and Description | 
|---|---|
Calendar | 
nextOccurrence(Calendar day,
              boolean strict)
Returns the next date when this schedule fires. 
 | 
DailyDateSchedule(Calendar begin, int period)
public Calendar nextOccurrence(Calendar day, boolean strict)
DateSchedulenextOccurrence in interface DateSchedule