DevExpress DateEdit控件选择精确到秒
设置以下属性
dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
dateEdit1.Properties.VistaEditTime = DevExpress.Utils.DefaultBoolean.True;
设置显示长日期模式(精确到秒):
dateEdit1.Properties.DisplayFormat.FormatString="G"(一定要大写哦!~)
dateEdit1.Properties.DisplayFormat.FormatType=DateTime
dateEdit1.Properties.EditFormat.FormatString="G"
dateEdit1.Properties.EditFormat.FormatType=DateTime
点击显示处理:
设置MASK属性为G——General date/time(long time)
出处:https://www.cnblogs.com/MaxWoods/archive/2011/10/11/2207527.html
关注我】。(●'◡'●)
如果,您希望更容易地发现我的新博客,不妨点击一下绿色通道的【因为,我的写作热情也离不开您的肯定与支持,感谢您的阅读,我是【Jack_孟】!
本文来自博客园,作者:jack_Meng,转载请注明原文链接:https://www.cnblogs.com/mq0036/p/10399755.html
【免责声明】本文来自源于网络,如涉及版权或侵权问题,请及时联系我们,我们将第一时间删除或更改!