DateOptions.SelectedDate Property
Gets the currently selected date.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)> _
Public ReadOnly Property SelectedDate As SimpleDate
Get
'Usage
Dim instance As DateOptions
Dim value As SimpleDate
value = instance.SelectedDate
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)]
public SimpleDate SelectedDate { get; }
Property Value
Type: Microsoft.SharePoint.Utilities.SimpleDate
A SimpleDate value that indicates the currently selected date.