Package mondrian.util

Class WeeklyDateSchedule

  • All Implemented Interfaces:
    DateSchedule

    class WeeklyDateSchedule
    extends Object
    implements DateSchedule
    A WeeklyDateSchedule fires every week. A bitmap indicates which days of the week it fires.
    • Field Detail

      • period

        int period
      • beginOrdinal

        int beginOrdinal
      • daysOfWeekBitmap

        int daysOfWeekBitmap
    • Constructor Detail

      • WeeklyDateSchedule

        WeeklyDateSchedule​(Calendar begin,
                           int period,
                           int daysOfWeekBitmap)