The following tables list the members exposed by DateRecurrence.
Name | Description | |
---|---|---|
DateRecurrence Constructor |
Name | Description | |
---|---|---|
Count | Specifies the number of times the recurrence will re-occur. If 0 then there's no limit. | |
Frequency | Specifies the frequency of the recurrence. | |
Interval | Specifies how often to recur. | |
Rules | Specifies recurrence rules. | |
Until | Specifies when to stop to recur. | |
WeekStart | Specifies the start of the week. Default value is Monday. |
Name | Description | |
---|---|---|
HasListeners | Gets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
Equals | Overridden. Returns true if the specified object equals this object. | |
FromICalendarString | Parses the specified recurrence string in the format of ICalendar to a DateRecurrence instance. | |
GetHashCode | Overridden. Returns the hash code of this object. | |
ToICalendarString | Converts the specified recurrence to its ICalendar string representation. | |
ToString | Overridden. Returns string representation of the 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 | |
---|---|---|
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) | |
SetField<T> | Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier) |