Gets whether the range represents a single date.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsSingleDate { get; }
Visual Basic
Public ReadOnly Property IsSingleDate As Boolean
	Get
Visual C++
public:
property bool IsSingleDate {
	bool get ();
}

See Also