Gets the end date of the view.

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

Syntax

C#
protected abstract DateTime EndDate { get; }
Visual Basic
Protected MustOverride ReadOnly Property EndDate As DateTime
	Get
Visual C++
protected:
virtual property DateTime EndDate {
	DateTime get () abstract;
}

See Also