com.aspose.email
Class WeeklyRecurrencePattern

java.lang.Object
  extended by com.aspose.email.CalendarRecurrencePattern
      extended by com.aspose.email.WeeklyRecurrencePattern

public class WeeklyRecurrencePattern
extends CalendarRecurrencePattern


Constructor Summary
WeeklyRecurrencePattern(Date endDate)
           
WeeklyRecurrencePattern(Date endDate, int interval)
           
WeeklyRecurrencePattern(int occurs)
           Initializes a new instance of the WeeklyRecurrencePattern class.
WeeklyRecurrencePattern(int occurs, int interval)
           Initializes a new instance of the WeeklyRecurrencePattern class.
 
Method Summary
 int[] getStartDays()
           Gets or sets the start days.
 void setStartDays(int[] value)
           
 
Methods inherited from class com.aspose.email.CalendarRecurrencePattern
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeeklyRecurrencePattern

public WeeklyRecurrencePattern(Date endDate)

WeeklyRecurrencePattern

public WeeklyRecurrencePattern(int occurs)

Initializes a new instance of the WeeklyRecurrencePattern class.

Parameters:
occurs - The number of occurrences.

WeeklyRecurrencePattern

public WeeklyRecurrencePattern(Date endDate,
                               int interval)

WeeklyRecurrencePattern

public WeeklyRecurrencePattern(int occurs,
                               int interval)

Initializes a new instance of the WeeklyRecurrencePattern class.

Parameters:
occurs - The number of occurrences.
interval - The number of recurrence units.
Method Detail

getStartDays

public int[] getStartDays()

Gets or sets the start days.

Value: The start days.


setStartDays

public void setStartDays(int[] value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.