I have a date stored in a variable (of type date). It has the month, day, and year. Is there one line of code that will put that date into a DateTimePicker control? I've tried .Value and a couple of others but I couldn't do it. Or do I have to set each part (month, day, year) individually?