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 As Boolean _
)
public void RefreshData(
bool
)
Parameters
- full
- If this parameter is true, also clears collections of actions and reminders.
See Also