lets say i have a string that holds "Monday" and another string that holds "9:45:00 PM"

would it be possible to look at the Date.Now() function and see when the next Monday is...and then convert those two strings into a date?

lets say the next monday was 05/20/2011

I would want the date variable to hold "05/20/2011 9:45:00 PM"

any ideas guys?