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.
| |
| RemoveItem | Overloaded. |
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.
|