com.aspose.email
Class DailyRecurrencePattern

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

public class DailyRecurrencePattern
extends CalendarRecurrencePattern


Constructor Summary
DailyRecurrencePattern(Date endDate)
           
DailyRecurrencePattern(Date endDate, int interval)
           
DailyRecurrencePattern(int occurs)
           Initializes a new instance of the DailyRecurrencePattern class.
DailyRecurrencePattern(int occurs, int interval)
           Initializes a new instance of the DailyRecurrencePattern class.
 
Method Summary
 
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

DailyRecurrencePattern

public DailyRecurrencePattern(Date endDate)

DailyRecurrencePattern

public DailyRecurrencePattern(int occurs)

Initializes a new instance of the DailyRecurrencePattern class.

Parameters:
occurs - The Int32 value that represents number of occurrences.

DailyRecurrencePattern

public DailyRecurrencePattern(Date endDate,
                              int interval)

DailyRecurrencePattern

public DailyRecurrencePattern(int occurs,
                              int interval)

Initializes a new instance of the DailyRecurrencePattern class.

Parameters:
occurs - The Int32 value that represents number of occurrences.
interval - The number of recurrence units.


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