The TimePicker control of uwp has two properties Time and SelectedTime. I read the documentation of Microsoft, but could not find the difference between the two. When I print both values, they are same. Could anybody explain the difference between the two?
Debug.WriteLine(ToastTimeTimePicker.Time);
Debug.WriteLine(ToastTimeTimePicker.SelectedTime);