| Package | Description | 
|---|---|
| mondrian.util | 
 Mondrian utilities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Schedule | 
Schedule.createDaily(Date begin,
           Date end,
           TimeZone tz,
           Time timeOfDay,
           int period)
Creates a calendar which fires every day. 
 | 
static Schedule | 
Schedule.createMonthlyByDay(Date begin,
                  Date end,
                  TimeZone tz,
                  Time timeOfDay,
                  int period,
                  int daysOfMonthBitmap)
Creates a calendar which fires on particular days of each month. 
 | 
static Schedule | 
Schedule.createMonthlyByWeek(Date begin,
                   Date end,
                   TimeZone tz,
                   Time timeOfDay,
                   int period,
                   int daysOfWeekBitmap,
                   int weeksOfMonthBitmap)
Creates a calendar which fires on particular days of particular weeks of
 a month. 
 | 
static Schedule | 
Schedule.createOnce(Date date,
          TimeZone tz)
Creates a calendar which fires only once. 
 | 
static Schedule | 
Schedule.createWeekly(Date begin,
            Date end,
            TimeZone tz,
            Time timeOfDay,
            int period,
            int daysOfWeekBitmap)
Creates a calendar which fires on particular days each week. 
 | 
Copyright © 2017 Hitachi Vantara. All rights reserved.