some country use Monday as the first day in a week, some country use Sunday. in C#/.Net, the library Globalization can determine current webpage open in different country, but I didn't find any useful method for determine the which country use which day as start of week.
Use this Globalized TimeFormat
var firstDayOfWeek = CultureInfo.CurrentCulture.DateTimeFormat.FirstDayOfWeek;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With