maybe that helps??
Dim startDate As DateTime = DateTime.ParseExact(pickDate.Text + " " + FromTime, "dd/MM/yyyy HH:mm", Nothing)
FromTime is also a string. you can get it from a dropdown.
or a better way you could use other control (jquery) to pick date and time.