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

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

Syntax

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

See Also