Overview | Methods | This Package | All Packages
Specifies that a date will not be displayed in bold in the month calendar.
Syntax
public void removeBoldedDate( Time date )
Parameters
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.
Remarks
Call the updateBoldedDates method after calling this method.
See Also addBoldedDate