The ScheduleItem type exposes the following members.

Methods

  NameDescription
MoveBy
Moves the item by the specified time.
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from ViewModelBase.)
OnRecurrenceChanged
Raises the RecurrenceChanged event.
RecurForever
Specifies that the ScheduleItem should recur indefinitely.
RecurTimes
Specifies that the ScheduleItem should recur for the specified number of occurrences.
RecurUntil
Specifies that the ScheduleItem should recur until the specified date.
Set<(Of <(T>)>)
Sets the specified field, raising the PropertyChanged event if required.
(Inherited from ViewModelBase.)

See Also