interface TimeSchedule
TimeSchedule
generates a series of times within a day.Modifier and Type | Method and Description |
---|---|
Calendar |
nextOccurrence(Calendar earliest,
boolean strict)
Returns the next occurrence at or after
after . |
Calendar nextOccurrence(Calendar earliest, boolean strict)
after
. If
after
is null, returns the first occurrence. If there are
no further occurrences, returns null.strict
- if true, return time must be after after
, not
equal to it