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