Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the currently selected date in the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
A DateTime value that indicates the currently selected date.