constants SelectCalendarDateEnum
The SelectCalendarDateEnum type specifies the type of selection the Select method can perform. The Select method selects programmatically the current year, month, week, week day or focused day in the calendar panel. The LayoutEndChanging(exCalendarSelectionChange) event occurs once the Select method is invoked.

The SelectCalendarDateEnum type supports the following flags:

NameValueDescription
exSelectNothing0 The flag does nothing.
exSelectYear1 The entire year is being selected. This flag can be combined with the exSelectToggle.
exSelectMonth2 The current month is being selected. This flag can be combined with the exSelectToggle.
exSelectWeek3 The current week is being selected. This flag can be combined with the exSelectToggle.
exSelectWeekDay4 The current week days of the current month are selected. This flag can be combined with the exSelectToggle.
exSelectFocusDay5 The current focused day is selected. This flag can be combined with the exSelectToggle.
exSelectToggle16 The selection is toggled. For instance, the exSelectFocusDay Or exSelectToggle can select or unselect the focused date in the calendar panel. If the flag exSelectToggle is present, the current selection is not cleared. If the flag exSelectToggle is used, the current selection is cleared.