[]
        
(Showing Draft Content)

C1.GanttView.CustomCalendar

CustomCalendar Class

Identifies working times for the project tasks.

Inheritance
CustomCalendar
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(CustomCalendarConverter))]
public class CustomCalendar : BasePersistableObject, ICloneable, INotifyPropertyChanged

Constructors

Name Description
CustomCalendar()

Initializes a new instance of a CustomCalendar.

Properties

Name Description
CalendarExceptions

Gets the collection of calendar exceptions.

HonorDefaultExceptions

Gets or sets whether the default calendar exceptions should be taken into account.

ID

Gets the custom calendar's autogenerated ID.

Name

Gets or sets the name of the custom calendar.

Schedule

Gets the owner Schedule.

WorkWeeks

Gets the collection of work weeks.

Methods

Name Description
GetHashCode()

Returns the hash code for this CustomCalendar.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

ToString()

Returns a String that represents the current CustomCalendar.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.