Link to home
Start Free TrialLog in
Avatar of Philippe Renaud
Philippe RenaudFlag for Canada

asked on

DateTimePicker reset min max Date

Hello EE,

in my code, i change the MinDAte and maxDate of the datetimepicker...
but i would like to be able to put it back on "Default values" also.

I know i could type like  .mindate = '1800-01-01' or something like that but is there an event or method i can call that it refreshes the control to default values like if I had just create it?

A kind of:  dtpPicker.Refresh()  dtpPicket.ResetValues   you know
ASKER CERTIFIED SOLUTION
Avatar of ExpertHelp79
ExpertHelp79

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Philippe Renaud

ASKER

thks