TimePickerFlyout.Time Property

Definition

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.

Applies to