When true, comparisons between this and other Period objects are matched against the date only, and not the date-time combination.

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

Syntax

C#
public virtual bool MatchesDateOnly { get; set; }
Visual Basic
Public Overridable Property MatchesDateOnly As Boolean
	Get
	Set
Visual C++
public:
virtual property bool MatchesDateOnly {
	bool get ();
	void set (bool value);
}

Implements

IPeriod..::..MatchesDateOnly

See Also