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


In This Topic
SelectedDates Property (C1Calendar)
In This Topic
Gets or sets the list of selected dates.
Syntax
'Declaration
 
Public Property SelectedDates As IReadOnlyList(Of Date)
 
'Usage
 
Dim instance As C1Calendar
Dim value As IReadOnlyList(Of Date)
 
instance.SelectedDates = value
 
value = instance.SelectedDates
See Also