Calendar: Introduce a way to set the maximum and minimum dates displayed in the UI
Currently, the maximum that is displayed in the calendar is 1/1/3000 and the minimum is 1/1/1000. However, you can set a value that is bigger or smaller in the SelectedDate property. Introduce an API that allows changing those dates.