The Schedule type exposes the following members.

Constructors

  NameDescription
Schedule
Initializes a new instance of the Schedule class.

Methods

  NameDescription
AddItem
Adds a new item to the schedule.
Clear
Removes all items from the schedule.
RemoveItemOverloaded.

Properties

  NameDescription
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

  NameDescription
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.

See Also