The ScheduleItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EndTime |
Gets or sets when the item ends.
| |
| IsInstanceOfRecurringItem |
Gets whether the item is an instance of a recurring ScheduleItem.
| |
| IsRecurring |
Gets whether the item is recurring.
| |
| IsSelected |
Gets or sets whether the item is selected.
| |
| Name |
Gets or sets the name of the item.
| |
| RecurrenceInfo |
Gets or sets the item's recurrence behaviour. This will be
null if the item is not recurring.
| |
| StartTime |
Gets or sets when the item starts.
|