Version

DateRecurrence Class Members

The following tables list the members exposed by DateRecurrence.

Public Constructors
 NameDescription
Public ConstructorDateRecurrence Constructor  
Public Properties
 NameDescription
Public PropertyCountSpecifies the number of times the recurrence will re-occur. If 0 then there's no limit.  
Public PropertyFrequencySpecifies the frequency of the recurrence.  
Public PropertyIntervalSpecifies how often to recur.  
Public PropertyRulesSpecifies recurrence rules.  
Public PropertyUntilSpecifies when to stop to recur.  
Public PropertyWeekStartSpecifies the start of the week. Default value is Monday.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodEqualsOverridden. Returns true if the specified object equals this object.  
Public Methodstatic (Shared in Visual Basic)FromICalendarStringParses the specified recurrence string in the format of ICalendar to a DateRecurrence instance.  
Public MethodGetHashCodeOverridden. Returns the hash code of this object.  
Public Methodstatic (Shared in Visual Basic)ToICalendarStringConverts the specified recurrence to its ICalendar string representation.  
Public MethodToStringOverridden. Returns string representation of the recurrence.  
Public MethodToStringWithStartDateReturns a string representation of the recurrence based on the specified start date.  
Public MethodToStringWithStartDateAndTimesReturns a string representation of the recurrence based on the specified start date.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also