--- title: "DateTimePicker Control Overview" ms.date: "03/30/2017" f1_keywords: - "DateTimePicker" helpviewer_keywords: - "DateTimePicker control [Windows Forms], about" - "date and time picker controls" ms.assetid: 501af106-e9fc-4efc-b9b3-c9d8dcaf8c5c --- # DateTimePicker Control Overview (Windows Forms) The Windows Forms control allows the user to select a single item from a list of dates or times. When used to represent a date, it appears in two parts: a drop-down list with a date represented in text, and a grid that appears when you click on the down-arrow next to the list. The grid looks like the control, which can be used for selecting multiple dates. For more information on the control, see [MonthCalendar Control Overview](monthcalendar-control-overview-windows-forms.md). ## Key Properties If you wish the to appear as a control for picking or editing times instead of dates, set the property to `true` and the property to . For more information see [How to: Display Time with the DateTimePicker Control](how-to-display-time-with-the-datetimepicker-control.md). When the property is set to `true`, a check box is displayed next to the selected date in the control. When the check box is checked, the selected date-time value can be updated. When the check box is empty, the value appears unavailable. The control's and properties determine the range of dates and times. The property contains the current date and time the control is set to. For details, see [How to: Set and Return Dates with the Windows Forms DateTimePicker Control](how-to-set-and-return-dates-with-the-windows-forms-datetimepicker-control.md). The values can be displayed in four formats, which are set by the property: , , , or . If a custom format is selected, you must set the property to an appropriate string. For details, see [How to: Display a Date in a Custom Format with the Windows Forms DateTimePicker Control](display-a-date-in-a-custom-format-with-wf-datetimepicker-control.md). ## See also - [How to: Display a Date in a Custom Format with the Windows Forms DateTimePicker Control](display-a-date-in-a-custom-format-with-wf-datetimepicker-control.md) - [How to: Set and Return Dates with the Windows Forms DateTimePicker Control](how-to-set-and-return-dates-with-the-windows-forms-datetimepicker-control.md)