|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DateTime without time instanceHello group,
I'm calling Java webservice from c#.Net client which accepts only date without time instance. The type of variable should be DateTime. I think c# doesn't support shortdate type. Please let me know if anybody has already come across this problem. You'll have to find out more about this Java data type. The System.DateTime
data type is the only DateTime data type in the CLR. It will always contain time data, although that data may be 0. It may in fact be possible that the ..Net DateTime data type will work fine with this remote system. -- Show quoteHTH, Kevin Spencer Microsoft MVP Professional Chicken Salad Alchemist Big thicks are made up of lots of little thins. <pranesh.na***@gmail.com> wrote in message news:1151388116.293588.267750@m73g2000cwd.googlegroups.com... > Hello group, > > I'm calling Java webservice from c#.Net client which accepts only date > without time instance. The type of variable should be DateTime. I think > c# doesn't support shortdate type. Please let me know if anybody has > already come across this problem. > |
|||||||||||||||||||||||