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