Is this what you want:
DateTime dateTime = DateTime.Today + TimeSpan.Parse(myTime);
solved Creating a DateTime from a string [closed]
 
Is this what you want:
DateTime dateTime = DateTime.Today + TimeSpan.Parse(myTime);
solved Creating a DateTime from a string [closed]