ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / DateTime Property

In This Topic
    DateTime Property (C1DateTimePicker)
    In This Topic
    Gets or sets a DateTime that is selected in the control.
    Syntax
    'Declaration
     
    
    Public Property DateTime As Nullable(Of Date)
    public Nullable<DateTime> DateTime {get; set;}
    See Also