Gets or sets the selected TimeOfDay. This is a dependency property.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TimeOfDay SelectedTime { get; set; }
Visual Basic
Public Property SelectedTime As TimeOfDay
	Get
	Set
Visual C++
public:
virtual property TimeOfDay SelectedTime {
	TimeOfDay get () sealed;
	void set (TimeOfDay value) sealed;
}

Implements

ITimePickerPage..::..SelectedTime

See Also