# C1DateTimePicker Edit Modes

## Content



By default, the C1DateTimePicker control appears on the page with both the date picker and the time picker. You can change the pickers that are displayed by setting the <span data-popup-content="This class is available in \u003ca href=\u0022/componentone/api/wpf/online-datetimeeditors/dotnet-api/C1.WPF.DateTimeEditors/C1.WPF.DateTimeEditors.C1DateTimePicker.EditMode.html\u0022\u003e.NET 5 Core\u003c/a\u003e and \u003ca href=\u0022/componentone/api/wpf/online-datetimeeditors/dotnet-api/C1.WPF.DateTimeEditors/C1.WPF.DateTimeEditors.C1DateTimePicker.EditMode.html\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="C1DateTimePicker.EditMode" data-popup-theme="ui-tooltip-green qtip-green">C1DateTimePicker.EditMode</span> property to **Date**, **Time**, or **DateTime**. You can set the **EditMode** property to **Date** to display only the date picker; you can set the **EditMode** property to **Time** to only display the time picker; and you can set the **EditMode** property to **DateTime** to display both the time picker and date picker. The table below illustrates each editor mode.

|   **Editor Mode**   |   **Result**   |
| --- | --- |
|   Date   |   ![](https://cdn.mescius.io/document-site-files/images/b827ed78-bea0-4378-af62-5f467cc00dcc/c1datetimepicker_graphics/narrative/editormode_datetrue.png)   |
|   Time   |   ![](https://cdn.mescius.io/document-site-files/images/b827ed78-bea0-4378-af62-5f467cc00dcc/c1datetimepicker_graphics/narrative/timeformat_long.png)   |
|   DateTime   |   ![](https://cdn.mescius.io/document-site-files/images/b827ed78-bea0-4378-af62-5f467cc00dcc/c1datetimepicker_graphics/narrative/editormode_datetimetrue.png)   |