MonthCalendar

The MonthCalendar control allows a user to pick a date using a visual calendar display.

The default display of the control is Monthly. A user selecting a date can navigate back through Year, Decade and Century by clicking the month title:

To return to the current date, you can click the button at the left of Today:

Properties

The look and layout of the default settings for the MonthCalendar control can be modified using the options in the Properties panel when the control is selected in the flow.

Key properties for the MonthCalendar control include;

  • FirstDayOfWeek. Determines the day of the week on which the calendar week begins. This will default to Monday.

  • MinDate. Determines the earliest date that can be selected from the calendar by the user.

  • TodayDate. Configures the value for Today on the calendar. This will default to the current date.

Data binding can also be configured in the Data section of the Properties panel.

Events

Events can be configured for the MonthCalendar to specify the behaviour of the control for the user interacting with it. For example, an action can be triggered using the Click property.

For information on configuring events and other components of the design using a script, see: Working with Scripts.

Information on the properties and events for the MonthCalendar control can be viewed at the link to Microsoft® Documentation.