C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / SelectedDate Property


In This Topic
SelectedDate Property
In This Topic
Gets or sets the currently selected date.
Syntax
'Declaration
 
Public Property SelectedDate As Nullable(Of Date)
 
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Date)
 
instance.SelectedDate = value
 
value = instance.SelectedDate
See Also