|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.util.DailyDateSchedule
class DailyDateSchedule
A DailyDateSchedule fires every day.
| Field Summary | |
|---|---|
(package private) int |
beginOrdinal
|
(package private) int |
period
|
| Constructor Summary | |
|---|---|
DailyDateSchedule(java.util.Calendar begin,
int period)
|
|
| Method Summary | |
|---|---|
java.util.Calendar |
nextOccurrence(java.util.Calendar day,
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 beginOrdinal
| Constructor Detail |
|---|
DailyDateSchedule(java.util.Calendar begin,
int period)
| Method Detail |
|---|
public java.util.Calendar nextOccurrence(java.util.Calendar day,
boolean strict)
DateSchedule
nextOccurrence in interface DateSchedule
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||