Gets or sets the date to display.

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
[TypeConverterAttribute(typeof(DateTimeTypeConverter))]
public DateTime DisplayDate { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(DateTimeTypeConverter))> _
Public Property DisplayDate As DateTime
	Get
	Set

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd.

See Also