Gets or sets the currently selected date.
Namespace:
C1.Silverlight.DateTimeEditorsAssembly: C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(DateTimeTypeConverter))] public Nullable<DateTime> SelectedDate { get; set; } |
Visual Basic |
---|
<TypeConverterAttribute(GetType(DateTimeTypeConverter))> _ Public Property SelectedDate As Nullable(Of DateTime) Get Set |
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd, or the specified date is in the BlackoutDates collection. |