|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.domino.RepeatAdjust | +--com.compoze.domino.RepeatMonthlyByDayAdjust
This class stores the values for a 'repeat monthly by day' adjust. This adjust allows you to specify the day and week of the month to repeat.
For example, for the 2nd Sunday, use RepeatPattern.SUNDAY | RepeatPattern.SECOND_WEEK
when calling addDay(int)
.
Method Summary | |
boolean |
containsDayOfMonth(int iDayOfMonth)
Checks to see if this adjust contains the day of month. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean containsDayOfMonth(int iDayOfMonth)
iDayOfMonth
- the day of the month (a combination of day and by-week constants)true
if it contains the specified day of month; false
otherwise
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |