[]
        
(Showing Draft Content)

C1.GanttView.CalendarException

CalendarException Class

Specifies the working times (calendar) exception.

Inheritance
CalendarException
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(CalendarExceptionConverter))]
public class CalendarException : WorkingTimes, INotifyPropertyChanged, ICloneable

Constructors

Name Description
CalendarException()

Initializes a new instance of a CalendarException.

Properties

Name Description
FinishDate

Gets or sets the finish date of the calendar exception.

LimitedBy

Gets or sets whether the calendar exception ends after the specified number of occurrences or by the given finish date.

Name

Gets or sets the name of the calendar exception.

NumberOfOccurrences

Gets or sets the number of occurrences after which the calendar exception ends.

RecurrencePattern

Gets the recurrence pattern for the calendar exception.

Schedule

Gets the owner Schedule.

StartDate

Gets or sets the start date of the calendar exception.

Workday

Gets or sets whether the exception specifies a working day or a nonworking day.

Methods

Name Description
ResetNumberOfOccurrences()

Resets the value of the NumberOfOccurrences property.