C
ChrisB
Hello,
I was wondering what the easiest way is to compare two DateTime objects and
not have the time components be included in the comparision.
For, example, if time1 = 10/01/07 9:00 am, and time2 = 10/1/07 10:00 am,
time1.CompareTo(time2) == 0 should evaluate to true.
Thanks,
Chris
I was wondering what the easiest way is to compare two DateTime objects and
not have the time components be included in the comparision.
For, example, if time1 = 10/01/07 9:00 am, and time2 = 10/1/07 10:00 am,
time1.CompareTo(time2) == 0 should evaluate to true.
Thanks,
Chris