Delen via


SilverlightDatePicker.SelectedDate Property

Gets or sets the selected date on the date picker control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable Property SelectedDate As DateTime
    Get
    Set
public virtual DateTime SelectedDate { get; set; }
public:
virtual property DateTime SelectedDate {
    DateTime get ();
    void set (DateTime value);
}
abstract SelectedDate : DateTime with get, set
override SelectedDate : DateTime with get, set
function get SelectedDate () : DateTime
function set SelectedDate (value : DateTime)

Property Value

Type: System.DateTime
A DateTime that contains the selected date on the date picker.

.NET Framework Security

See Also

Reference

SilverlightDatePicker Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace