Package mondrian.util

Class MonthlyByDayDateSchedule

  • All Implemented Interfaces:
    DateSchedule

    class MonthlyByDayDateSchedule
    extends Object
    implements DateSchedule
    A MonthlyByDayDateSchedule fires on a particular set of days every month.
    • Field Detail

      • period

        int period
      • beginMonth

        int beginMonth
      • daysOfMonthBitmap

        int daysOfMonthBitmap
    • Constructor Detail

      • MonthlyByDayDateSchedule

        MonthlyByDayDateSchedule​(Calendar begin,
                                 int period,
                                 int daysOfMonthBitmap)