TimePicker Minimum value Silverlight -


i wan't use timepicker setting minimum posible value, user can't choose other after value.

like displaydatestart in datepicker.

you can use minimum , maximum properties of timepicker control in silverlight limit times displayed in drop down menu.

starttime.maximum = endtime; endtime.minimum = starttime; 

here starttime , endtime 2 timepickers


Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -