Time picker
A dropdown used to select a specific time.
How to use this component
Code Resource
<inputs:TimePicker Title="{x:Static resx:AppResources.LblTime}"
IsEnabled="{Binding HasCollection}"
Time="{Binding Reminder.Time}" />
- Title
- Title for picker
- Default isĀ String.Empty
- Time
- Users selected time
How should this component look?
