.NET Framework has a DateTimePicker but not a control to work with TimeSpan which is what TimePickerComboBox was created for.
Developed with .NET Core 5.
Simple example with using a data source
Attachment 182389
Example use SQL-Server
Attachment 182390
Full source in the following GitHub repository which can be cloned or forked.
Also include are the following language extension methods
Attachment 182391

