ActiveReports 12 Server User Guide
RecurrenceSet Class
Members 

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace : RecurrenceSet Class
Defines a recurence set for a schedule.
Object Model
RecurrenceSet ClassRecurrenceRule ClassRecurrenceRule Class
Syntax
'Declaration
 
Public NotInheritable Class RecurrenceSet 
public sealed class RecurrenceSet 
Remarks
RFC: The recurrence set is the complete set of recurrence instances for a calendar component. The recurrence set is generated by considering the initial "DTSTART" property along with the "RRULE", "RDATE", "EXDATE" and "EXRULE" properties contained within the iCalendar object. The "DTSTART" defines the first instance in the recurrence set. Multiple instances of the "RRULE" and "EXRULE" properties can also be specified to define more sophisticated recurrence sets. The final recurrence set is generated by gathering all of the start date-times generated by any of the specified "RRULE" and "RDATE" properties, and excluding any start date and times which fall within the union of start date and times generated by any specified "EXRULE" and "EXDATE" properties. This implies that start date and times within exclusion related properties (i.e., "EXDATE" and "EXRULE") take precedence over those specified by inclusion properties (i.e., "RDATE" and "RRULE"). Where duplicate instances are generated by the "RRULE" and "RDATE" properties, only one recurrence is considered. Duplicate instances are ignored.
Inheritance Hierarchy

System.Object
   ActiveReports.Server.Scheduling.RecurrenceSet

See Also

Reference

RecurrenceSet Members
ActiveReports.Server.Scheduling Namespace