The following tables list the members exposed by DatePickerCommands.
Public Fields
| Name | Description |
  | ChangeDisplayedMonth | Represents the ChangeDisplayedMonth command, which requests that the currently displayed month be changed. |
  | ChangeDisplayedYear | Represents the ChangeDisplayedYear command, which requests that the currently displayed year be changed. |
  | ChangeSelectedDay | Represents the ChangeSelectedDay command, which requests that the selected day be changed. |
  | ChangeSelectedMonth | Represents the ChangeSelectedMonth command, which requests that the selected month be changed. |
  | ChangeSelectedWeek | Represents the ChangeWeek command, which requests that the current week be changed. |
  | ChangeSelectedYear | Represents the ChangeSelectedYear command, which requests that the selected year be changed. |
  | DisplayNextMonth | Represents the DisplayNextMonth command, which requests that the next month be displayed. |
  | DisplayNextYear | Represents the DisplayNextYear command, which requests that the next year be displayed. |
  | DisplayPreviousMonth | Represents the DisplayPreviousMonth command, which requests that the previous month be displayed. |
  | DisplayPreviousYear | Represents the DisplayPreviousYear command, which requests that the previous year be displayed. |
  | DisplayToday | Represents the DisplayToday command, which requests that the present date ("Today") be displayed. |
  | SelectNextDay | Represents the SelectNextDay command, which requests that the next day be selected. |
  | SelectNextMonth | Represents the SelectNextMonth command, which requests that the same day in the next month be selected. |
  | SelectNextWeek | Represents the SelectNextWeek command, which requests that the same day in the next week be selected. |
  | SelectNextYear | Represents that SelectNextYear command, which requests that the same day in the next year be selected. |
  | SelectPreviousDay | Represents the SelectPreviousDay command, which requests that the previous day be selected. |
  | SelectPreviousMonth | Represents the SelectPreviousMonth command, which requests that the same day in the previous month be selected. |
  | SelectPreviousWeek | Represents the SelectPreviousWeek command, which requests that the same day in the previous week be selected. |
  | SelectPreviousYear | Represents the SelectPreviousYear command, which requests that the same day in the previous year be selected. |
  | SelectToday | Represents the SelectToday command, which requests that the present date ("Today") be selected. |
Top
See Also