Clear a date selection programmatically in Windows Forms

18 Nov 20181 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()