Type | Description | |||
Boolean | A boolean expression that indicates whether the date event is bolded. |
Use the Events property to access the Events collection. The following sample shows how to bold the "tomorrow" date:
Calendar1.Events.Add(Date() + 1).Bold = True