property Event.Bold as Boolean
Retrieves or sets a value that indicates whether the event should appear in bold.

TypeDescription
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