Hi,
I use a DateTimePicker control to display time in format: hh-mm-ss and the user can enter the desired duration (for example 15:45:21) the problem is that the control does not allow to enter values greater than 24 for the hour. I need to enter time like (35 hours, 45 minutes and 13 seconds). I tried to display a day field and so display the time as (d: HH:mm:ss) but using the control days starts at 1 and I cannot set the day field to 0.
Thanks for your reply
I use a DateTimePicker control to display time in format: hh-mm-ss and the user can enter the desired duration (for example 15:45:21) the problem is that the control does not allow to enter values greater than 24 for the hour. I need to enter time like (35 hours, 45 minutes and 13 seconds). I tried to display a day field and so display the time as (d: HH:mm:ss) but using the control days starts at 1 and I cannot set the day field to 0.
Thanks for your reply