本文介绍了如何验证C#中更改的datetimepicker值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用此代码
代码:
if (datetimepicke.ValueChanged == true)
错误:
只能出现 左手边 + = 或 - =
得到此错误
解决方案
i am using this code
code:
if (datetimepicke.ValueChanged==true) Error: can only appear on the left hand side of += or -=
getting this error
解决方案
这篇关于如何验证C#中更改的datetimepicker值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!