System.Windows.Forms.MonthCalendar.RemoveMonthlyBoldedDate Method

Removes the specified date from the list of monthly bolded dates.

Syntax

public void RemoveMonthlyBoldedDate (DateTime date)

Parameters

date
The date to remove from the date list.

Remarks

If the specified date occurs more than once in the date list, only the first date is removed. When comparing dates, only the day and month are used. You must call MonthCalendar.UpdateBoldedDates to ensure that the display is updated to reflect the removal.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0