Gets a DateRange containing the selected start and end dates. If a ScheduleItem is selected, then the start and end times of the item will be returned instead.

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

Syntax

C#
public abstract DateRange SelectedDateRange { get; }
Visual Basic
Public MustOverride ReadOnly Property SelectedDateRange As DateRange
	Get
Visual C++
public:
virtual property DateRange SelectedDateRange {
	DateRange get () abstract;
}

See Also