|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.util.MonthlyByDayDateSchedule
class MonthlyByDayDateSchedule
A MonthlyByDayDateSchedule
fires on a particular set of days
every month.
Field Summary | |
---|---|
(package private) int |
beginMonth
|
(package private) int |
daysOfMonthBitmap
|
(package private) int |
period
|
Constructor Summary | |
---|---|
MonthlyByDayDateSchedule(java.util.Calendar begin,
int period,
int daysOfMonthBitmap)
|
Method Summary | |
---|---|
java.util.Calendar |
nextOccurrence(java.util.Calendar earliest,
boolean strict)
Returns the next date when this schedule fires. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int period
int beginMonth
int daysOfMonthBitmap
Constructor Detail |
---|
MonthlyByDayDateSchedule(java.util.Calendar begin, int period, int daysOfMonthBitmap)
Method Detail |
---|
public java.util.Calendar nextOccurrence(java.util.Calendar earliest, boolean strict)
DateSchedule
nextOccurrence
in interface DateSchedule
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |