Sort Array by Date C#

Sort an array of objects by date Given the class below: 1234567891011121314    public class MyClass     {         public int id;         …