SPDatePickerControl.SelectedDate Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property SelectedDate As String
Get
Set
'Usage
Dim instance As SPDatePickerControl
Dim value As String
value = instance.SelectedDate
instance.SelectedDate = value
[BindableAttribute(true)]
public string SelectedDate { get; set; }
Property Value
Type: System.String