📜  python代码示例的字符串日期时间排序列表

📅  最后修改于: 2022-03-11 14:45:10.777000             🧑  作者: Mango

代码示例2
return query
   .OrderByDescending(c=> c.Time.Date)
   .ThenBy(c=> c.Time.TimeOfDay);