Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

sorting list by date time dec in c#

docs.Sort((x, y) => x.StoredDate.CompareTo(y.StoredDate));
docs.Reverse();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sorting #list #date #time #dec
ADD COMMENT
Topic
Name
5+5 =