Compoze Software, Inc.

com.compoze.domino
Class RepeatMonthlyByDateAdjust


java.lang.Object

  |

  +--com.compoze.domino.RepeatAdjust

        |

        +--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

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.