Compoze Software, Inc.

com.compoze.domino
Class RepeatWeeklyAdjust


java.lang.Object

  |

  +--com.compoze.domino.RepeatAdjust

        |

        +--com.compoze.domino.RepeatWeeklyAdjust

All Implemented Interfaces:
java.io.Serializable

public class RepeatWeeklyAdjust
extends RepeatAdjust
implements java.io.Serializable

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.

See Also:
Serialized Form

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

containsDayOfWeek


public boolean containsDayOfWeek(int iDayOfWeek)
Checks to see if this adjust contains the day of week.
Parameters:
iDayOfWeek - the day of the week (from RepeatPattern day constants)
Returns:
true if the adjust contains the specified day of week; false otherwise
See Also:
RepeatPattern.SUNDAY, RepeatPattern.MONDAY, RepeatPattern.TUESDAY, RepeatPattern.WEDNESDAY, RepeatPattern.THURSDAY, RepeatPattern.FRIDAY, RepeatPattern.SATURDAY

Compoze Software, Inc.

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