In .NET control MonthCalendar
you can enable display of week number. Does anybody know which rule applies for these number?
.NET provides several rules for calculating the week number, see Calendar.GetWeekOfYear - and the most important one according ISO-8601 is even missing. I did not find any CalendarWeekRule property, so it seems to be fixed, but which one?