使用 DateTime 对象作为 DataMember?
我需要在我的网络服务中发送一些有关时间+日期的信息。 所以我想使用日期时间。
我可以将 DateTime 定义为 DataMember 吗? 我尝试将其定义为数据成员 - 但我遇到了异常(灾难性失败)
I need to send in my web service some information about the time + date .
So i want to use the DateTime.
Can i define the DateTime as DataMember ?
I try to define it as as datamember - but i got an exception ( catastrophic failure )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建新的 WCFDate 类,该类以设定的格式输出字符串,这使得需要的人可以轻松读取它。然后将所有 Ur DateTimes 替换为 WCFDate。
Create new WCFDate class, and this class outputs a string in a set format, this allows it to be easily read by what ever needs to. Then replace all of Ur DateTimes with WCFDate.