AddMonthlyBoldedDate Method
In This Topic
Adds a day that is displayed in bold on a monthly basis in the month calendar.
Syntax
'Declaration
Public Sub AddMonthlyBoldedDate( _
ByVal As Date _
)
public void AddMonthlyBoldedDate(
DateTime
)
Parameters
- date
- The date to be displayed in bold.
See Also