Version

AppointmentRecurrence Class Properties

For a list of all members of this type, see AppointmentRecurrence members.

Public Properties
 NameDescription
Public PropertyDescriptionOverridden. Returns the human-readable description of this AppointmentRecurrence instance.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIdGets a globally unique identifier that identifies this instance. Used for deserialization purposes.  
Public PropertyOccurrenceDurationGets/sets the duration of each occurrence in the recurrence.  
Public PropertyOccurrenceStartTimeGets/sets the starting time for each "non-variance" occurrence in the recurrence.  
Public PropertyPatternDayOfMonthOverridden. Gets/sets the number of the day in its respective month on which each occurrence will occur. Applicable only when the PatternFrequency property is set to 'Monthly' or 'Yearly'.  
Public PropertyPatternDaysOfWeekOverridden. Gets/sets the day(s) of the week on which each occurrence occurs.  
Public PropertyPatternFrequencyOverridden. Gets/sets the frequency at which the recurrence occurs, i.e., whether it occurs daily, weekly, monthly or yearly.  
Public PropertyPatternIntervalOverridden. Gets/sets the interval between occurrences of the recurrence.  
Public PropertyPatternMonthOfYearOverridden. Gets/sets the month of the year on which individual occurrences will occur.  
Public PropertyPatternOccurrenceOfDayInMonthOverridden. Gets/sets whether the recurrence should occur on the first, second, third, fourth or last occurrence of the day of the week (corresponding to the value of the PatternDaysOfWeek property) in its respective month.  
Public PropertyPatternTypeOverridden. Gets/sets whether the recurrence pattern is based on a specific day of the month and/or month of the year, or if it is calculated based on other criteria.  
Public PropertyRangeEndDateOverridden. Gets/sets the date that defines the end of the recurrence. Applicable only when the RangeLimit property is set to 'LimitByDate'.  
Public PropertyRangeLimitGets/sets the limiting factor of the recurrence, i.e., whether it never ends, ends after a certain number of occurrences, or ends on or before a certain date.  
Public PropertyRangeMaxOccurrencesGets/sets the maximum number of occurrences for the recurrence.  
Public PropertyRangeStartDateOverridden. Gets/sets the date that defines the beginning of the recurrence.  
Public PropertyRootAppointmentReturns the Appointment object that fully describes all occurrences (except for the date and start/end time) of 'non-variance' recurrences. This Appointment acts as a template that describes the subject, location, etc. of the recurrence.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyVariancesReturns a collection of Appointments that belong to the recurrence represented by this AppointmentRecurrence that have been modified.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also