mondrian.util
Interface TimeSchedule
- All Known Implementing Classes:
- OnceTimeSchedule
interface TimeSchedule
A TimeSchedule generates a series of times within a day.
|
Method Summary |
java.util.Calendar |
nextOccurrence(java.util.Calendar earliest,
boolean strict)
Returns the next occurrence at or after after. |
nextOccurrence
java.util.Calendar nextOccurrence(java.util.Calendar earliest,
boolean strict)
- Returns the next occurrence at or after
after. If
after is null, returns the first occurrence. If there are
no further occurrences, returns null.
- Parameters:
strict - if true, return time must be after after, not
equal to it