Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointments Class / BusyStatus Property

In This Topic
    BusyStatus Property (DateAppointments)
    In This Topic
    Returns availability status of the current day.
    Syntax
    'Declaration
     
    Public ReadOnly Property BusyStatus As Status
    public Status BusyStatus {get;}
    Remarks
    Availability status is determined according to availability statuses of AllDay events for the representing day.
    See Also