SPCalendarView.SelectedDate Property
Gets or sets the selected date.
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 SPCalendarView
Dim value As String
value = instance.SelectedDate
instance.SelectedDate = value
[BindableAttribute(true)]
public string SelectedDate { get; set; }
Property Value
Type: System.String
String
Remarks
The value of the string returned contains the date and time information needed for rendering the selected date in the local time, language, and calendar format.