标签: c# windows-runtime timepicker
我有一个TimePicker,并希望根据该系统的语言环境支持的时间格式动态设置其ClockIdentifier属性。我尝试获取CultureInfo.CurrentUICulture.DateTimeFormat,但是,它没有任何属性指定系统上当前文化集是否支持12小时时间格式或24小时格式。 有什么想法吗?
CultureInfo.CurrentUICulture.DateTimeFormat