1 implementation of Time
Microsoft.Maui.Controls (1)
TimePicker\TimePicker.cs (1)
158 TimeSpan ITimePicker.Time
3 references to Time
Microsoft.Maui (2)
Handlers\TimePicker\TimePickerHandler.cs (1)
30 [nameof(ITimePicker.Time)] = MapTime,
Platform\TimeExtensions.cs (1)
11 var time = timePicker.Time;
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
403 text = tp.Time.ToString();