Directory.GetFiles sort by date

I am using Directory.GetFiles to get files from a particular folder. By default files from that folder are coming sort by filename ie. in alphabetical order of filename. I want to get files in the ...