According to MSDN in .Net DateTimeFormat.MonthName should contain exactly 13 elements with 12 element should be empty string. What this empty string is used for?
According to MSDN in .Net DateTimeFormat.MonthName should contain exactly 13 elements with 12 element
Share
For index 12. Indexes 0–11 are the actual months in, for example, the
en-USculture (January, February, etc.). The issue is that someCalendars have thirteen months.