[]
Identifies working times for the project tasks.
[TypeConverter(typeof(CustomCalendarConverter))]
public class CustomCalendar : BasePersistableObject, ICloneable, INotifyPropertyChanged
Name | Description |
---|---|
CustomCalendar() | Initializes a new instance of a CustomCalendar. |
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. |
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. |
Name | Description |
---|---|
PropertyChanged | Occurs when the value of a property changes. |