I hope this isn't a re-post, I searched but couldn't find anything specifically.

What I would like to do is to bold a date that the user selects.
So, in the MonthCalendar1.DateSelected event I add the selected date (e.start) to the bolded array:

MonthCalendar1.AddBoldedDate(e.Start)

This works fine in that it adds the date to the bolded array.

But.

It doesn't display it as bolded.
(I have tried refreshing the calendar, but this didn't work either).

Does anyone know how to get it to display the bolded dates?

--Mike