如何获取所有地区的时间格式
在控制面板->区域和语言选项->区域选项->标准和格式,有所有区域的列表,通过单击“自定义”按钮,用户可以设置时间格式
我的问题是如何以编程方式获取所有区域的当前和默认时间格式?
In Control Panel-> Regional and language options-> Regional Options-> Standard and formats, there is the list of all the regionals and by clicking the "Customize" button, the user can set the time format
My question is how to get the current and default time format for all the regionals programmelly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以像这样通过 C# 列出它们。
You can list them through C# like this.