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

Syntax

C#
[ObsoleteAttribute("Use the Start property instead.")]
IDateTime DTStart { get; set; }
Visual Basic
<ObsoleteAttribute("Use the Start property instead.")> _
Property DTStart As IDateTime
	Get
	Set
Visual C++
[ObsoleteAttribute(L"Use the Start property instead.")]
property IDateTime^ DTStart {
	IDateTime^ get ();
	void set (IDateTime^ value);
}

See Also