Also, is it possible to generate a complete time point?
This
DateTime.DateParse("07/07/2011 06:00:00")
Doesn't seem to work, the time is set to 00:00:00
DateTime.DateParse("07/07/2011") + DateTime.TimeParse("06:00:00")
Doesn't work either, the time is 6, but its sometime decades in the future - not surprising since the docs say that timeparse adds "today" to the value returned .
Can one AND out the date value of the timeparse result and OR it with the dateparse result? Or is there another option?