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