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#
public virtual IDateTime DTEnd { get; set; }
Visual Basic
Public Overridable Property DTEnd As IDateTime
	Get
	Set
Visual C++
public:
virtual property IDateTime^ DTEnd {
	IDateTime^ get ();
	void set (IDateTime^ value);
}

Implements

IEvent..::..DTEnd

See Also