Version 24.2 (latest)

ProjectCalendar Class Methods

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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromDaysOfWeekXmlConverts the specified xml to an instance of ScheduleDaysOfWeek.  
Public Methodstatic (Shared in Visual Basic)FromExceptionsXmlConverts the specified xml to an instance of ObservableCollectionExtended<ProjectCalendarException>.  
Public Methodstatic (Shared in Visual Basic)FromWorkWeeksXmlConverts the specified xml to an instance of ObservableCollectionExtended<ProjectCalendarWorkWeek>.  
Public Methodstatic (Shared in Visual Basic)ToDaysOfWeekXmlConverts the specified ScheduleDaysOfWeek to its XML representation. This is the format that the XamGantt uses to serialize out ScheduleDaysOfWeek instances into underlying data item that provides a string type property mapping.  
Public Methodstatic (Shared in Visual Basic)ToExceptionsXmlConverts the specified ObservableCollectionExtended<ProjectCalendarException> to its XML representation. This is the format that the XamGantt uses to serialize out Exceptions property's value into underlying data item that provides a string type property mapping.  
Public Methodstatic (Shared in Visual Basic)ToWorkWeeksXmlConverts the specified ScheduleWorkWeeks to its XML representation. This is the format that the XamGantt uses to serialize out ScheduleWorkWeeks instances into 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)
See Also