The SelectCalendarDateEnum type supports the following flags:
Name | Value | Description | |||
exSelectNothing | 0 | The flag does nothing. | |||
exSelectYear | 1 | The entire year is being selected. This flag can be combined with the exSelectToggle. | |||
exSelectMonth | 2 | The current month is being selected. This flag can be combined with the exSelectToggle. | |||
exSelectWeek | 3 | The current week is being selected. This flag can be combined with the exSelectToggle. | |||
exSelectWeekDay | 4 | The current week days of the current month are selected. This flag can be combined with the exSelectToggle. | |||
exSelectFocusDay | 5 | The current focused day is selected. This flag can be combined with the exSelectToggle. | |||
exSelectToggle | 16 | 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. |