The end date/time of the event.
Note Note If the duration has not been set, but the start/end time of the event is available, the duration is automatically determined. Likewise, if an end time and duration are available, but a start time has not been set, the start time will be extrapolated.

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

Syntax

C#
IDateTime DTEnd { get; set; }
Visual Basic
Property DTEnd As IDateTime
	Get
	Set
Visual C++
property IDateTime^ DTEnd {
	IDateTime^ get ();
	void set (IDateTime^ value);
}

See Also