System.Windows.Forms.MonthCalendar.RemoveAnnuallyBoldedDate Method

Removes the specified date from the list of annually bold dates.

Syntax

public void RemoveAnnuallyBoldedDate (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 the MonthCalendar.UpdateBoldedDates method 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