At the moment I\'m creating a DateTime for each month and formatting it to only include the month. Is there another or any better way to do this?
DateTime
You can use the following to return an array of string containing the month names
System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.MonthNames