MobileForms Toolkit Documentation

OutlookMonthCalendar.RemoveMonthlyBoldedDate Method 

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

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, then only the first date is removed. When comparing dates, only the day is used. You must call UpdateBoldedDates to ensure that the display is updated to reflect the removal.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace