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

Syntax

C#
public virtual IList<IPeriodList> ExceptionDates { get; set; }
Visual Basic
Public Overridable Property ExceptionDates As IList(Of IPeriodList)
	Get
	Set
Visual C++
public:
virtual property IList<IPeriodList^>^ ExceptionDates {
	IList<IPeriodList^>^ get ();
	void set (IList<IPeriodList^>^ value);
}

Implements

IRecurrable..::..ExceptionDates

See Also