日付を選択するasp.netカレンダー'selectedDate'と時刻を選択するtimePiker'starttime'2つの文字列を追加しようとしています1startTimeオブジェクト'startDateTime'
string strDate = Calendar1.SelectedDate.ToShortDateString(); ;
string startTime = txtb_endTimeManual.Text;
DateTime startDateTime = Convert.ToDateTime(strDate + startTime);
エラーメッセージ文字列が有効な日時として認識されませんでした。