Using C#, I have a datetime object, but all I want is the hour and the minutes from it in a datetime object.
So for example:
if I have a DateTime object of July 1 2012 12:01:02 All I want is July 1 2012 12:01:00 in the datetime object (so, no seconds).
Try this: