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

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

Syntax

C#
public Nullable<DateTime> DateTime { get; set; }
Visual Basic
Public Property DateTime As Nullable(Of DateTime)
	Get
	Set

See Also