The Todo type exposes the following members.

Methods

  NameDescription
Public methodAddChild
Adds an ICalendarObject-based object as a child of the current object.
(Inherited from CalendarObject.)
Public methodAddProperty(CalendarProperty)
Adds a property to this component.
(Inherited from CalendarComponent.)
Public methodAddProperty(String, String)
Adds a property to this component.
(Inherited from CalendarComponent.)
Public methodClearEvaluation (Inherited from RecurringComponent.)
Public methodCopy<(Of <<'(T>)>>)
Creates a copy of the object.
(Inherited from CalendarObjectBase.)
Public methodCopyFrom (Inherited from CalendarComponent.)
Public methodEquals (Inherited from UniqueComponent.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from UniqueComponent.)
Public methodGetOccurrences(DateTime) (Inherited from RecurringComponent.)
Public methodGetOccurrences(IDateTime) (Inherited from RecurringComponent.)
Public methodGetOccurrences(DateTime, DateTime) (Inherited from RecurringComponent.)
Public methodGetOccurrences(IDateTime, IDateTime) (Inherited from RecurringComponent.)
Public methodGetService(String) (Inherited from CalendarObject.)
Public methodGetService(Type) (Inherited from CalendarObject.)
Public methodGetService<(Of <<'(T>)>>)()()()() (Inherited from CalendarObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsActive
Returns 'True' if the todo item is Active as of currDt. An item is Active if it requires action of some sort.
Public methodIsCancelled
Returns True if the todo item was cancelled.
Public methodIsCompleted
Use this method to determine if a todo item has been completed. This takes into account recurrence items and the previous date of completion, if any.
Note Note This method evaluates the recurrence pattern for this TODO as necessary to ensure all relevant information is taken into account to give the most accurate result possible.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnChildAdded (Inherited from CalendarObject.)
Protected methodOnChildRemoved (Inherited from CalendarObject.)
Protected methodOnDeserialized (Inherited from UniqueComponent.)
Protected methodOnDeserializing (Overrides RecurringComponent..::..OnDeserializing(StreamingContext).)
Public methodOnLoaded (Inherited from CalendarObjectBase.)
Protected methodOnUIDChanged (Inherited from UniqueComponent.)
Public methodPollAlarms()()()() (Inherited from RecurringComponent.)
Public methodPollAlarms(IDateTime, IDateTime) (Inherited from RecurringComponent.)
Public methodRemoveChild
Removed an ICalendarObject-based object from the Children collection.
(Inherited from CalendarObject.)
Public methodRemoveService(String) (Inherited from CalendarObject.)
Public methodRemoveService(Type) (Inherited from CalendarObject.)
Public methodSetService(Object) (Inherited from CalendarObject.)
Public methodSetService(String, Object) (Inherited from CalendarObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also