Gets or sets a DateTime that is selected in the control.

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

Syntax

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

See Also