Package mondrian.util

Class MonthlyByWeekDateSchedule

  • All Implemented Interfaces:
    DateSchedule

    class MonthlyByWeekDateSchedule
    extends Object
    implements DateSchedule
    A MonthlyByWeekDateSchedule fires on particular days of particular weeks of a month.
    • Field Detail

      • period

        int period
      • beginMonth

        int beginMonth
      • daysOfWeekBitmap

        int daysOfWeekBitmap
      • weeksOfMonthBitmap

        int weeksOfMonthBitmap
    • Constructor Detail

      • MonthlyByWeekDateSchedule

        MonthlyByWeekDateSchedule​(Calendar begin,
                                  int period,
                                  int daysOfWeekBitmap,
                                  int weeksOfMonthBitmap)