Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / BoldedDates Property

In This Topic
    BoldedDates Property (C1Schedule)
    In This Topic
    Gets the C1.C1Schedule.DateList object that determines which dates contain appointments.
    Syntax
    'Declaration
     
    Public ReadOnly Property BoldedDates As DateList
    public DateList BoldedDates {get;}
    See Also