Another thing you can is pars one as date , another as time , concatenate it and pars as datetime, something like this



DateTime.Parse(datestring.ToShortDateString() + " " + timestring.ToShortTimeString());