Version

WeekOfYearRecurrenceRule Class Members

The following tables list the members exposed by WeekOfYearRecurrenceRule.

Public Constructors
 NameDescription
Public ConstructorWeekOfYearRecurrenceRule ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyWeekNumberGets/sets the number that identifies the week of the year. Valid range of values is 1 to 53 and -53 to -1.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodEqualsOverridden. Returns true if the specified object equals this object. (Inherited from Infragistics.Controls.Schedules.Services.DateRecurrenceRuleBase)
Public MethodGetHashCodeOverridden. Returns the hash code of this object. (Inherited from Infragistics.Controls.Schedules.Services.DateRecurrenceRuleBase)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also