Uses of Class
com.aspose.email.CalendarRecurrencePattern

Uses of CalendarRecurrencePattern in com.aspose.email
 

Subclasses of CalendarRecurrencePattern in com.aspose.email
 class DailyRecurrencePattern
           
 class MonthlyRecurrencePattern
           Represents a recurrence pattern of monthly recurrence type.
 class WeeklyRecurrencePattern
           
 class YearlyRecurrencePattern
           
 

Methods in com.aspose.email that return CalendarRecurrencePattern
 CalendarRecurrencePattern Calendar.getRecurrencePattern()
          Deprecated.  Gets or sets the recurrence pattern.
 CalendarRecurrencePattern Appointment.getRecurrencePattern()
           Gets or sets the recurrence pattern.
 

Methods in com.aspose.email with parameters of type CalendarRecurrencePattern
 void Calendar.setRecurrencePattern(CalendarRecurrencePattern value)
          Deprecated.  
 void Appointment.setRecurrencePattern(CalendarRecurrencePattern value)
           
 

Constructors in com.aspose.email with parameters of type CalendarRecurrencePattern
Appointment(String location, String summary, String description, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees, CalendarRecurrencePattern recurrencePattern)
           
Appointment(String location, String summary, String description, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees, String uid, CalendarRecurrencePattern recurrencePattern)
           
Calendar(String location, String summary, String description, Date startDate, Date endDate, MailAddress organizer, MailAddressCollection attendees, CalendarRecurrencePattern recurrencePattern)
          Deprecated.  
 



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