Version 24.2 (latest)

ScheduleDaysOfWeek Class Methods

For a list of all members of this type, see ScheduleDaysOfWeek members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromXmlConverts the specified xml to an instance of ScheduleDaysOfWeek.  
Public Methodstatic (Shared in Visual Basic)ToXmlConverts the specified ScheduleDaysOfWeek to its XML representation. This is the format that the XamSchedule uses to serialize out ScheduleDaysOfWeek instance into an underlying data item that provides a string type property mapping.  
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)
See Also