|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.RepeatAdjust
com.compoze.domino.RepeatWeeklyAdjust
public class RepeatWeeklyAdjust
This class stores the values for a 'repeat weekly' adjust. You can use this class to specify which days of the week to repeat on.
| Method Summary | |
|---|---|
boolean |
containsDayOfWeek(int iDayOfWeek)
Checks to see if this adjust contains the day of week. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean containsDayOfWeek(int iDayOfWeek)
iDayOfWeek - the day of the week (from RepeatPattern day constants)
true if the adjust contains the specified day of week; false otherwiseRepeatPattern.SUNDAY,
RepeatPattern.MONDAY,
RepeatPattern.TUESDAY,
RepeatPattern.WEDNESDAY,
RepeatPattern.THURSDAY,
RepeatPattern.FRIDAY,
RepeatPattern.SATURDAY
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||