method Calendar.BeginUpdate ()
Maintains performance while multiple changes are done at once. This method prevents the control from painting until the EndUpdate method is called.

TypeDescription
Use the BeginUpdate/EndUpdate methods to prevent control's updating while you are performing multiple changes into the control. The Refresh method refreshes the control's content.