MobileForms Toolkit Documentation

OutlookMonthCalendar.RemoveBoldedDate Method 

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

public void RemoveBoldedDate(
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, then only the first date is removed. You must call UpdateBoldedDates to ensure that the display is updated to reflect the removal.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace