patrick

patrick

  • NA
  • 397
  • 0

Sorting by 2 DateTime Value

Aug 18 2009 1:00 PM
I have a class that has 4 properties: employee number, logintime, last delivery time, and position.
I need to assign position first by log in time, then by last delivery time. (so whoever logged in first is first, but whoever took the last delivery is last regardless of log in times) Please help, it is of type List<>.

Answers (6)