Getting Started with WinForms TimeSpanPicker
This topic will walk you through the process of creating of RadTimeSpanPicker.
1. Create a blank new application and drop RadTimeSpanPicker on the form. The layout should look like this.
2. In the code behind set the value of the control.
this.radTimeSpanPicker1.Value = TimeSpan.FromDays(5);
Me.radTimeSpanPicker1.Value = TimeSpan.FromDays(5)
3. You can start the application and enter a new value.
See Also
Telerik UI for WinForms Learning Resources
- Telerik UI for WinForms Timespanpicker Component
- Getting Started with Telerik UI for WinForms Components
- Telerik UI for WinForms Setup
- Telerik UI for WinForms Application Modernization
- Telerik UI for WinForms Visual Studio Templates
- Deploy Telerik UI for WinForms Applications
- Telerik UI for WinForms Virtual Classroom(Training Courses for Registered Users)
- Telerik UI for WinForms License Agreement)