Collapse imageExpand ImageCopy imageCopyHover image
       



iCal and vCard Documentation
Todo Class
Members See Also Send Feedback
A class that represents an RFC 5545 VTODO component.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[SerializableAttribute]
public class Todo : RecurringComponent, ITodo, IRecurringComponent, 
	IUniqueComponent, ICalendarComponent, ICalendarPropertyListContainer, ICalendarObject, IKeyedObject<string>, 
	ILoadable, ICopyable, IRecurrable, IGetOccurrences, IServiceProvider, 
	IServiceProvider, IAlarmContainer
Visual Basic
<SerializableAttribute> _
Public Class Todo _
	Inherits RecurringComponent _
	Implements ITodo, IRecurringComponent, IUniqueComponent, ICalendarComponent,  _
	ICalendarPropertyListContainer, ICalendarObject, IKeyedObject(Of String), ILoadable,  _
	ICopyable, IRecurrable, IGetOccurrences, IServiceProvider, IServiceProvider,  _
	IAlarmContainer
Visual C++
[SerializableAttribute]
public ref class Todo : public RecurringComponent, 
	ITodo, IRecurringComponent, IUniqueComponent, ICalendarComponent, ICalendarPropertyListContainer, 
	ICalendarObject, IKeyedObject<String^>, ILoadable, ICopyable, 
	IRecurrable, IGetOccurrences, IServiceProvider, IServiceProvider, IAlarmContainer

Inheritance Hierarchy

System..::..Object
  iCal..::..CalendarObjectBase
    iCal..::..CalendarObject
      iCal..::..CalendarComponent
        iCal..::..UniqueComponent
          iCal..::..RecurringComponent
            iCal..::..Todo

See Also

Todo Members
iCal Namespace
Footer image