Unplanned
Last Updated: 15 Mar 2021 16:01 by ADMIN
Erich
Created on: 15 Mar 2021 16:01
Category: TimePicker
Type: Feature Request
0
RadTimePicker: provide opportunity to set MaxValue to next day

For example:

//from 22:00 till 07:00 the next day.
this.radTimePicker1.MinValue = DateTime.Today.Date.AddHours(22);
this.radTimePicker1.MaxValue = DateTime.Today.Date.AddDays(1).AddHours(7);

0 comments