Overview | Methods | This Package | All Packages
Specifies that a date will not be displayed in bold every year in the month calendar.
Syntax
public void removeAnnuallyBoldedDate( Time date )
Parameters
date
A Time object that represents the date to display in with no emphasis every year. 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 addAnnuallyBoldedDate