The Schedule type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| AddItem |
Adds a new item to the schedule.
| |
| Clear |
Removes all items from the schedule.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveItem(ScheduleItem) |
Removes an item from the schedule.
| |
| RemoveItem(ScheduleItem, Boolean) |
Removes an item from the schedule.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Items |
Gets the collection of items in the Schedule.
| |
| ScheduleItemBuilder |
Gets or sets an IScheduleItemBuilder for creating and adding custom schedule items to the Schedule.
| |
| SelectedItem |
Gets the currently selected schedule item.
|
Events
| Name | Description | |
|---|---|---|
| ItemAdded |
Occurs when the user adds a schedule item to the Schedule.
| |
| ItemRemoved |
Occurs when the user deletes a schedule item from the Schedule.
| |
| RecurrencePatternRemoved |
Occurs when a recurrence pattern is removed from the schedule.
| |
| RecurrencePatternSkipDatesChanged |
Occurs when the contents of the skip dates collection of any of the recurrence patterns change.
|