ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / DateTime Property

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