Hi;

How do I assign a starting date and time to a DateTimePicker. I tried...

myPicker.text = "01/26/09 08:00" but the following error message is returned....

String was not recognized as a valid DateTime

What am I doing wrong?