Oracle

com.compoze.domino
Class RepeatMonthlyByDateAdjust

java.lang.Object
  extended by com.compoze.domino.RepeatAdjust
      extended by com.compoze.domino.RepeatMonthlyByDateAdjust
All Implemented Interfaces:
java.io.Serializable

public class RepeatMonthlyByDateAdjust
extends RepeatAdjust
implements java.io.Serializable

This class stores the values for a 'repeat monthly by date' adjust.

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
Returns:
true if it contains the specified day of month; false otherwise

Oracle

Copyright ©1999-2008 Oracle All rights reserved.