Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TimePicker.Time Property

Definition

Namespace:
Microsoft.Maui.Controls
Assembly:
Microsoft.Maui.Controls.dll
Source:
TimePicker.cs
Source:
TimePicker.cs
Source:
TimePicker.cs
Source:
TimePicker.cs

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 selected time. This is a bindable property.

public:
 property Nullable<TimeSpan> Time { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public:
 property TimeSpan Time { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan? Time { get; set; }
public TimeSpan Time { get; set; }
member this.Time : Nullable<TimeSpan> with get, set
member this.Time : TimeSpan with get, set
Public Property Time As Nullable(Of TimeSpan)
Public Property Time As TimeSpan

Property Value

A Nullable<T> representing the selected time. Valid values are between 0 and 24 hours.

Applies to


Feedback

Was this page helpful?