[]
Specifies the working times (calendar) exception.
[TypeConverter(typeof(CalendarExceptionConverter))]
public class CalendarException : WorkingTimes, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
CalendarException() | Initializes a new instance of a CalendarException. |
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. |
Name | Description |
---|---|
ResetNumberOfOccurrences() | Resets the value of the NumberOfOccurrences property. |