DateTimeControl.SelectedDate property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BindableAttribute(False)> _
Public Property SelectedDate As DateTime
    Get
    Set
'Usage
Dim instance As DateTimeControl
Dim value As DateTime

value = instance.SelectedDate

instance.SelectedDate = value
[BindableAttribute(false)]
public DateTime SelectedDate { get; set; }

Property value

Type: System.DateTime

See also

Reference

DateTimeControl class

DateTimeControl members

Microsoft.SharePoint.WebControls namespace