Package mondrian.util

Interface DateSchedule

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Calendar nextOccurrence​(java.util.Calendar earliest, boolean strict)
      Returns the next date when this schedule fires.
    • Method Detail

      • nextOccurrence

        java.util.Calendar nextOccurrence​(java.util.Calendar earliest,
                                          boolean strict)
        Returns the next date when this schedule fires.
        Pre-condition:
        earliest != null