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.

Image

❌ Figure: Bad example - FirstDayOfWeek is default

Image

✅ Figure: Good example - FirstDayOfWeek set to Monday

acknowledgements
related rules