Oracle

com.compoze.domino
Class RepeatMonthlyByDayAdjust

java.lang.Object
  extended by com.compoze.domino.RepeatAdjust
      extended by com.compoze.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
 

Method Detail

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

Oracle

Copyright ©1999-2008 Oracle All rights reserved.