Share via


SPCalendarView.SelectedDate property

Gets or sets the selected date.

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

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.

See also

Reference

SPCalendarView class

SPCalendarView members

Microsoft.SharePoint.WebControls namespace