Specifies that a date will not be displayed in bold in the month calendar.
public void removeBoldedDate( Time date )
date
A Time object that represents the date to display with no emphasis. If the specified date is not found in the list of dates to display in bold, this method has no effect. If the specified date occurs more than once in the bolded date list, only the first occurrence is removed.
Call the updateBoldedDates method after calling this method.
See Also addBoldedDate