1
Reply

collection of DateTimes

Ian

Ian

Oct 10 2006 5:05 AM
1.9k
I keep reading that you shouldn't store value types in an array/arraylist etc because of the boxing overhead incurred. So what ishould I do if I want to store multiple datetimes? Should I wrap DateTime in a class? Any advice gratefully received ....

Answers (1)