English 中文(简体)
数据网格
原标题:Datagridview DateTime Format not using System Region settings

我先看一看数据网格,看上去的是我的主要形式具有约束力的来源。 约束源中的一栏和数据成员是时标。 当数据网格显示该项目时,它没有利用温得克的缺省环境显示时间。

顺便说一句,我可以查阅同一日期的标语,并用文字箱打印,或者甚至用另一个数据网格和具有约束力的来源将其从另一个表格中删除,并且实际上在表格中显示。

因此,为什么关于我主要形式的数据网格表在将时间标的转换为扼杀时不使用区域日期/时间环境?

我已核实,数据网格表没有采用特别格式,因此,我无法检查想法。

你们是否知道有超秘密的方式来收集数据,以遵循系统区域格式规则?

此外,由于我非常怀疑我的申请中与这一数据网格对其他人有不同之处,下一个潜在的问题领域可能是申请负荷: 也许自从申请量出现以来,它并没有像其他数据网格一样看待同样的文化观念?

我尝试在数据网的浏览中增加一栏,将其 up到相同的数据财产(最新时间),我得出同样的结果。 因此,关于整个数据网概貌或数据集的生成方式,正在阻止使用缺省区域环境。

任何帮助?

最佳回答

在设计时,在<代码>Edit Columns上,数据GridView的方言:

  1. Search for property DefaultCellStyle, and open this dialog;
  2. Search for property Format and choose Date format;
  3. Choose your favorite format.
问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签