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 override DateTime EndDate { get; }
Visual Basic
Protected Overrides ReadOnly Property EndDate As DateTime
	Get
Visual C++
protected:
virtual property DateTime EndDate {
	DateTime get () override;
}

See Also