Gets a list of periods collected so far during the evaluation process.

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

Syntax

C#
IList<IPeriod> Periods { get; }
Visual Basic
ReadOnly Property Periods As IList(Of IPeriod)
	Get
Visual C++
property IList<IPeriod^>^ Periods {
	IList<IPeriod^>^ get ();
}

See Also