The start bounds of the evaluation. This gives the first date/time that is covered by the evaluation. This together with EvaluationEndBounds determines what time frames have already been evaluated, so duplicate evaluation doesn't occur.

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

Syntax

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

See Also