Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / AppointmentCollection Class / RefreshData Method / RefreshData(Boolean) Method
If this parameter is true, also clears collections of actions and reminders.

In This Topic
    RefreshData(Boolean) Method
    In This Topic
    Clears collection of days and fills them again honoring changes in system time, appointment collection or appointment properties.
    Syntax
    'Declaration
     
    Public Overloads Sub RefreshData( _
       ByVal full As System.Boolean _
    ) 
    public void RefreshData( 
       System.bool full
    )

    Parameters

    full
    If this parameter is true, also clears collections of actions and reminders.
    See Also