Evaulates the RRule component, and adds each specified Period to the [!:Periods] collection.

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

Syntax

C#
protected virtual void EvaluateRRule(
	IDateTime referenceDate,
	DateTime periodStart,
	DateTime periodEnd,
	bool includeReferenceDateInResults
)
Visual Basic
Protected Overridable Sub EvaluateRRule ( _
	referenceDate As IDateTime, _
	periodStart As DateTime, _
	periodEnd As DateTime, _
	includeReferenceDateInResults As Boolean _
)
Visual C++
protected:
virtual void EvaluateRRule(
	IDateTime^ referenceDate, 
	DateTime periodStart, 
	DateTime periodEnd, 
	bool includeReferenceDateInResults
)

Parameters

referenceDate
Type: iCal..::..IDateTime
periodStart
Type: System..::..DateTime
periodEnd
Type: System..::..DateTime
includeReferenceDateInResults
Type: System..::..Boolean

See Also