Check out example codes for "orderby make sunday last day c#". It will help you in understanding the concepts better.
Code Example 1
var orderedTimeBands = timeBands.OrderBy(x => ((int) x.DayOfWeek + 6) % 7)
.ToList()
Learn ReactJs, React Native from akashmittal.com