Evalates the RDate component, and adds each specified DateTime or
Period to the [!:Periods] collection.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual void EvaluateRDate( IDateTime referenceDate, DateTime periodStart, DateTime periodEnd ) |
Visual Basic |
---|
Protected Overridable Sub EvaluateRDate ( _ referenceDate As IDateTime, _ periodStart As DateTime, _ periodEnd As DateTime _ ) |
Visual C++ |
---|
protected: virtual void EvaluateRDate( IDateTime^ referenceDate, DateTime periodStart, DateTime periodEnd ) |
Parameters
- referenceDate
- Type: iCal..::..IDateTime
- periodStart
- Type: System..::..DateTime
- periodEnd
- Type: System..::..DateTime