如何更改仅显示时间的数据网格列的格式

How to change the format of a datagrid column that would show the time only

我正在创建一个输入数据收集时间的软件,但在数据网格视图中它也显示日期。更糟糕的是它显示的是 1988 年的日期。如何更改格式?

右键单击数据网格视图并select编辑列。 Select 用于显示时间和属性的列,向上滚动到外观并单击 DefaultCellStyle。单击 [...] 按钮并将格式设置为 hh:mm:ss tt

您还可以单击 Format 中的 [...],这将打开格式字符串对话框,您可以在其中 select Date Time 和 select 格式你会更喜欢。