The end bounds of the evaluation. See EvaluationStartBounds for more info.

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

Syntax

C#
DateTime EvaluationEndBounds { get; }
Visual Basic
ReadOnly Property EvaluationEndBounds As DateTime
	Get
Visual C++
property DateTime EvaluationEndBounds {
	DateTime get ();
}

See Also