Gets/sets whether or not this date/time value contains a 'time' part.

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

Syntax

C#
bool HasTime { get; set; }
Visual Basic
Property HasTime As Boolean
	Get
	Set
Visual C++
property bool HasTime {
	bool get ();
	void set (bool value);
}

See Also