TimePicker.ITimePicker.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.
property Nullable<TimeSpan> Microsoft::Maui::ITimePicker::Time { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
property TimeSpan Microsoft::Maui::ITimePicker::Time { TimeSpan get(); void set(TimeSpan value); };
TimeSpan? Microsoft.Maui.ITimePicker.Time { get; set; }
TimeSpan Microsoft.Maui.ITimePicker.Time { get; set; }
member this.Microsoft.Maui.ITimePicker.Time : Nullable<TimeSpan> with get, set
member this.Microsoft.Maui.ITimePicker.Time : TimeSpan with get, set
Property Time As Nullable(Of TimeSpan) Implements ITimePicker.Time
Property Time As TimeSpan Implements ITimePicker.Time