Suppose I had a class named Foo with a datenum property named DateTime. If I had a collection of arrays of Foo objects, how would I sort them according to each property of the DateTime of the object?
I saw links to overloading the sorting method and working with arrays of objects, however I use an array of cells due to dynamic size, and these instructions do not hold. Anyone have any suggestions? Greetings
source share