'Declaration
Public Property SelectedDate As Nullable(Of Date)
'Usage
Dim instance As DropDownCalendar Dim value As Nullable(Of Date) instance.SelectedDate = value value = instance.SelectedDate
public Nullable<DateTime> SelectedDate {get; set;}
'Declaration
Public Property SelectedDate As Nullable(Of Date)
'Usage
Dim instance As DropDownCalendar Dim value As Nullable(Of Date) instance.SelectedDate = value value = instance.SelectedDate
public Nullable<DateTime> SelectedDate {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is out of range. |