Use this method to determine if a todo item has been completed. This takes into account recurrence items and the previous date of completion, if any.
Note Note This method evaluates the recurrence pattern for this TODO as necessary to ensure all relevant information is taken into account to give the most accurate result possible.

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

Syntax

C#
bool IsCompleted(
	IDateTime currDt
)
Visual Basic
Function IsCompleted ( _
	currDt As IDateTime _
) As Boolean
Visual C++
bool IsCompleted(
	IDateTime^ currDt
)

Parameters

currDt
Type: iCal..::..IDateTime

Return Value

True if the todo item has been completed

See Also