'Declaration <BindableAttribute(True)> <TypeConverterAttribute(System.ComponentModel.DateTimeConverter)> Public Property SelectedDate As Nullable(Of Date)
'Usage Dim instance As GcDropDownCalendar Dim value As Nullable(Of Date) instance.SelectedDate = value value = instance.SelectedDate
[Bindable(true)] [TypeConverter(System.ComponentModel.DateTimeConverter)] public Nullable<DateTime> SelectedDate {get; set;}