The following tables list the members exposed by DateRecurrence.
Name | Description | |
---|---|---|
DateRecurrence Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Specifies the maximum number of occurrences this instance generates. | |
Frequency | Specifies the frequency at which occurrences are generated, i.e., daily, weekly, monthly, etc. | |
Interval | Specifies the interval at which occurrences appear. A value of one (default) indicates that the Frequency property alone drives occurrence generation. | |
Rules | Specifies additional rules which affect the generation of occurrences. | |
Until | Specifies the maximum date after which no occurrences will be generated. | |
WeekStart | Specifies the first day of the week for this recurrence pattern. |
Name | Description | |
---|---|---|
Equals | Overridden. Returns true if the specified object equals this object. | |
FromICalendarString | Parses the specified string, assumed to conform to the iCalendar recurrence specification, into a DateRecurrence instance. | |
GetHashCode | Overridden. Returns the hash code of this object. | |
ToICalendarString | Overloaded. Converts the specified DateRecurrence to its iCalendar string representation. | |
ToString | Returns a human-readable description of this recurrence. | |
ToStringWithStartDate | Returns a string representation of the recurrence based on the specified start date. | |
ToStringWithStartDateAndTimes | Returns a string representation of the recurrence based on the specified start date. |
Name | Description | |
---|---|---|
RaisePropertyChangedEvent | Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when the value of a property of this object changes. |
DateRecurrence Class
Infragistics.Scheduler Namespace
Recurrence Property
DateRecurrenceRuleBase Class
DayOfMonthRecurrenceRule Class
DayOfWeekRecurrenceRule Class
DayOfYearRecurrenceRule Class
MonthOfYearRecurrenceRule Class
WeekOfYearRecurrenceRule Class
FromICalendarString(String) Method
ToICalendarString(DateRecurrence) Method