Removes an annually bolded date. If the date is not found in the bolded date list, then no action is taken. If date occurs more than once in the bolded date list, then only the first date is removed. When comparing dates, only the day and month are used. Be sure to call updateBoldedDates afterwards.
[Visual Basic] Public Sub RemoveAnnuallyBoldedDate( _ ByVal date As DateTime _ ) [C#] public void RemoveAnnuallyBoldedDate( DateTime date ); [C++] public: void RemoveAnnuallyBoldedDate( DateTime date ); [JScript] public function RemoveAnnuallyBoldedDate( date : DateTime );
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | updateBoldedDates