Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / Day Class / HasActivity Property

In This Topic
    HasActivity Property
    In This Topic
    Specifies whether the day has any appointments.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasActivity As System.Boolean
    public System.bool HasActivity {get;}
    See Also