Do you always set FirstDayOfWeek to Monday on a MonthCalendar?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
It is always good idea to set FirstDayOfWeek property to Monday to initialize it instead of leave it with the dafault value.

❌ Figure: Bad example - FirstDayOfWeek is default

✅ Figure: Good example - FirstDayOfWeek set to Monday