micorosoft Date and Timer Picker Control 6.0 怎么使用啊 ??

micorosoft Date and Timer Picker Control 6.0  怎么使用   我使用时  它只有年月日的 控件      没有时分秒的 控件  不知道是怎么回事?

问题补充:
这是  wincc 7.0  控件里的   时间控件

图片说明:

micorosoft Date and Timer Picker Control 6.0  怎么使用啊  ??    micorosoft Date and Timer Picker Control 6.0  怎么使用啊  ??    micorosoft Date and Timer Picker Control 6.0  怎么使用啊  ??   

最佳答案

把控件的format 设置为3-dtpCustom 
然后设置 customFormat属性为:   yyyy-MM-dd HH:mm:ss

然后看结果,我改变format属性的时候控件会消失,你只要保存,重新打开画面编辑器就好了:

format 的属性含义也给你解释一下
0-dtplongdate 是长日期的格式 例如2014年1月22号星期三

1-dtpshortdate 是短日期的格式 例如2014-1-22

3-dtptime 是时间的格式 不显示日期 例如15:12:28

4-dtpCustom 是自定义时间的格式 格式由customFormat属性决定
例如我设置的是yyyy-MM-dd HH:mm:ss
这时应该显示的是 2014-01-22 15:12:28

提问者对于答案的评价:
我自己弄出来了  谢谢

原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc217265.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2017年11月26日 下午4:05
下一篇 2017年11月26日 下午4:05

相关推荐