How to clear a date selection in Windows Forms

28 Apr 20211 minute to read

This page explains How to clear a date selection programmatically and more details.

How to clear a date selection programmatically?

This can be done by calling ClearSelection method.

this.monthCalendarAdv1.ClearSelection();
Me.monthCalendarAdv1.ClearSelection()