mondrian.util
Interface TimeSchedule

All Known Implementing Classes:
OnceTimeSchedule

interface TimeSchedule

A TimeSchedule generates a series of times within a day.

 

Method Summary
 Calendar nextOccurrence(Calendar earliest, boolean strict)
          Returns the next occurrence at or after after.
 

Method Detail

nextOccurrence

Calendar nextOccurrence(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

SourceForge.net_Logo