Uses of Class
com.aspose.network.CalendarRecurrencePattern

Uses of CalendarRecurrencePattern in com.aspose.network
 

Subclasses of CalendarRecurrencePattern in com.aspose.network
 class DailyRecurrencePattern
           
 class MonthlyRecurrencePattern
           
 class WeeklyRecurrencePattern
           
 class YearlyRecurrencePattern
           
 

Methods in com.aspose.network 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.network with parameters of type CalendarRecurrencePattern
 void Calendar.setRecurrencePattern(CalendarRecurrencePattern value)
          Deprecated.  
 void Appointment.setRecurrencePattern(CalendarRecurrencePattern value)
           
 

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



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.