Version

ScheduleDaysOfWeek Class Members

The following tables list the members exposed by ScheduleDaysOfWeek.

Public Constructors
 NameDescription
Public ConstructorScheduleDaysOfWeek ConstructorConstructor. Initializes a new instance of ScheduleDaysOfWeek class.  
Public Properties
 NameDescription
Public PropertyFridayGets or sets the ScheduleDayOfWeek instance for Friday. Default value is Null.  
Public PropertyItemGets or sets the ScheduleDayOfWeek object for the specified day of week. Default value is Null.  
Public PropertyMondayGets or sets the ScheduleDayOfWeek instance for Monday. Default value is Null.  
Public PropertySaturdayGets or sets the ScheduleDayOfWeek instance for Saturday. Default value is Null.  
Public PropertySundayGets or sets the ScheduleDayOfWeek instance for Sunday. Default value is Null.  
Public PropertyThursdayGets or sets the ScheduleDayOfWeek instance for Thursday. Default value is Null.  
Public PropertyTuesdayGets or sets the ScheduleDayOfWeek instance for Tuesday. Default value is Null.  
Public PropertyWednesdayGets or sets the ScheduleDayOfWeek instance for Wednesday. Default value is Null.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
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 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