The Calendar control, part of the System.Windows.Controls namespace, allows you to create a visual calendar in WPF applications. It allows you to select a date or a collection of dates. As it inherits from the Control class, all common properties and events from Control class are available to it.
In this recipe, we will learn more about Calendar control and how to use that.