Hello!

I have a few instances of a class that I have created.
The class has a DateTime property.

In my list of instances, I want to arrange all classes in chronological order, according to the DateTime property, from the newest to the oldest.
How can I do that?

Thanks!