Created
January 27, 2012 16:18
-
-
Save davecowart/1689572 to your computer and use it in GitHub Desktop.
Crazy-ass date sorting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dates.OrderBy(date => date.Date).GroupBy(d => d.Date).Select(list => list.OrderByDescending(date => date.TimeOfDay)).SelectMany(x => x); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment