RemoveAnnuallyBoldedDate Method
In This Topic
Removes the specified date from the list of annually bold dates.
Syntax
'Declaration
Public Sub RemoveAnnuallyBoldedDate( _
ByVal As Date _
)
public void RemoveAnnuallyBoldedDate(
DateTime
)
Parameters
- date
- The date to remove from the date list.
See Also