如果要转换它,则需要更多信息.比如当前的DateTime.然后将两者合并为一个最终日期时间.
TimeOfDay t; final Now = new DateTime.Now(); return new DateTime(Now.year,Now.month,Now.day,t.hour,t.minute);