[]
        
(Showing Draft Content)

C1.Schedule.AppointmentCollection.RefreshData

RefreshData Method

RefreshData(bool)

Clears collection of days and fills them again honoring changes in system time, appointment collection or appointment properties.

Declaration
public void RefreshData(bool full)
Parameters
Type Name Description
bool full

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

RefreshData(DateTime, DateTime)

Refreshed data for all days in the specified interval.

Declaration
public void RefreshData(DateTime start, DateTime end)
Parameters
Type Name Description
DateTime start

The start date.

DateTime end

The end date.