MonthCalendar::RemoveAnnuallyBoldedDate Method (DateTime)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void RemoveAnnuallyBoldedDate(
	DateTime date
)

Parameters

date
Type: System::DateTime

The date to remove from the date list.

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 UpdateBoldedDates method to ensure that the display is updated to reflect the removal.

.NET Framework
Available since 1.1
Return to top
Show: