The ScheduleItem type exposes the following members.

Properties

  NameDescription
Public propertyEndTime
Gets or sets when the item ends.
Public propertyIsInstanceOfRecurringItem
Gets whether the item is an instance of a recurring ScheduleItem.
Public propertyIsRecurring
Gets whether the item is recurring.
Public propertyIsSelected
Gets or sets whether the item is selected.
Public propertyName
Gets or sets the name of the item.
Public propertyRecurrenceInfo
Gets or sets the item's recurrence behaviour. This will be null if the item is not recurring.
Public propertyStartTime
Gets or sets when the item starts.

See Also