Thursday 05 June 2003 10:01:58 am
Because fetch only supports a limited number of ways to sort or filter, is there a way to take an already-fetched collection and sort them?
Take this example: I have an event class that is similar to an appointment object in Outlook in that there is a title, location, body, startdatetime, and stopdatetime. I would like to fetch the events in a folder and then sort them by the startdatetime. I am unsure (if I can) how to reorder a collection so that upcoming events are displayed in the correct (chronological) order. Thanks in advance for your assistance!
|