TimePickerFlyout.Time Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time currently set in the time picker.
public:
property TimeSpan Time { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Time();
void Time(TimeSpan value);
public System.TimeSpan Time { get; set; }
var timeSpan = timePickerFlyout.time;
timePickerFlyout.time = timeSpan;
Public Property Time As TimeSpan
Property Value
The time currently set in the time picker.