'Declaration
Public Property SelectedDate As Nullable(Of Date)
public Nullable<DateTime> SelectedDate {get; set;}
'Declaration
Public Property SelectedDate As Nullable(Of Date)
public Nullable<DateTime> SelectedDate {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd, or the specified date is in the BlackoutDates collection. |