com.compoze.collab.domino
Class RepeatMonthlyByDayAdjust
java.lang.Object
|
+--com.compoze.collab.domino.RepeatAdjust
|
+--com.compoze.collab.domino.RepeatMonthlyByDayAdjust
- All Implemented Interfaces:
- java.io.Serializable
- public class RepeatMonthlyByDayAdjust
- extends RepeatAdjust
- implements java.io.Serializable
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)
.
- See Also:
- Serialized Form
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 |
RepeatMonthlyByDayAdjust
public RepeatMonthlyByDayAdjust()
- Constructor.
RepeatMonthlyByDayAdjust
public RepeatMonthlyByDayAdjust(java.lang.String[] values)
- Constructor.
- Parameters:
values
- the adjust values
containsDayOfMonth
public boolean containsDayOfMonth(int iDayOfMonth)
- Checks to see if this adjust contains the day of month.
- Parameters:
iDayOfMonth
- the day of the month (a combination of day and by-week constants)- Returns:
true
if it contains the specified day of month; false
otherwise
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.