ComponentOne Basic Library for UWP
SelectedDate Property (C1DateTimeSelector)

C1.UWP Assembly > C1.Xaml Namespace > C1DateTimeSelector Class : SelectedDate Property
Gets or sets the date that is displayed as selected in this control.
Syntax
'Declaration
 
Public Property SelectedDate As System.Nullable(Of Date)
public System.Nullable<DateTime> SelectedDate {get; set;}
See Also

Reference

C1DateTimeSelector Class
C1DateTimeSelector Members